Skip to content

Commit

Permalink
Fixed camera sRGB
Browse files Browse the repository at this point in the history
  • Loading branch information
SCRN-VRC committed Apr 8, 2021
1 parent 662ec2b commit f174750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Unity/YOLOv4 tiny/Materials/yolov4tiny.mat
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _FrameDelay: 6
- _FrameDelay: 3
- _GlossMapScale: 1
- _Glossiness: 0.5
- _GlossyReflections: 1
Expand Down
2 changes: 1 addition & 1 deletion Unity/YOLOv4 tiny/RenderTextures/CameraInput.renderTexture
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RenderTexture:
m_ColorFormat: 0
m_MipMap: 0
m_GenerateMips: 1
m_SRGB: 0
m_SRGB: 1
m_UseDynamicScale: 0
m_BindMS: 0
m_TextureSettings:
Expand Down

0 comments on commit f174750

Please sign in to comment.