Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assets/Samples/Index/Index.unity
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ MonoBehaviour:
sceneNames:
- MobileOne
- Yolox
- UnitTestAdd
--- !u!4 &557997006
Transform:
m_ObjectHideFlags: 0
Expand Down
1 change: 1 addition & 0 deletions Assets/Samples/MobileOne/MobileOne.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public sealed class MobileOne : ImageInference<float>
[System.Serializable]
public class Options : ImageInferenceOptions
{
[Header("MobileOne options")]
public TextAsset labelFile;
[Min(1)]
public int topK = 10;
Expand Down
4 changes: 2 additions & 2 deletions Assets/Samples/MobileOne/MobileOne.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 705507994}
m_IndirectSpecularColor: {r: 0.44657844, g: 0.49641222, b: 0.57481676, a: 1}
m_IndirectSpecularColor: {r: 0.4439372, g: 0.49315345, b: 0.5721989, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -980,7 +980,7 @@ MonoBehaviour:
aspectMode: 2
mean: {x: 0.485, y: 0.456, z: 0.406}
std: {x: 0.229, y: 0.224, z: 0.225}
useGPU: 1
executionProviderPriorities: 01000000
labelFile: {fileID: 4900000, guid: ba31d3c702dc14c68b5724c21a017898, type: 3}
topK: 5
debugImage: {fileID: 429657177}
Expand Down
8 changes: 8 additions & 0 deletions Assets/Samples/UnitTestAdd.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading