From 4fe7ad8daf0b6c302dc09a282359e519fc4d77eb Mon Sep 17 00:00:00 2001 From: Jon Hogins Date: Wed, 10 Jun 2020 08:50:18 -0700 Subject: [PATCH] Updating focal length and app params generator window to address issue with frame estimates --- SynthDet/Assets/Scenes/MainScene.unity | 4 ++-- SynthDet/Assets/Scripts/Editor/AppParamsGeneratorWindow.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SynthDet/Assets/Scenes/MainScene.unity b/SynthDet/Assets/Scenes/MainScene.unity index a1f3304d..0cf4a63b 100644 --- a/SynthDet/Assets/Scenes/MainScene.unity +++ b/SynthDet/Assets/Scenes/MainScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99c3c9814f80c09e09b27cdfa7ef1299f6b891e9ef9ac3973fe48223dc9fabba -size 11239 +oid sha256:c7a7c64a416618bb8b2c837218e1a04a9bf6861b7d5780f5596ec11e42209f41 +size 11242 diff --git a/SynthDet/Assets/Scripts/Editor/AppParamsGeneratorWindow.cs b/SynthDet/Assets/Scripts/Editor/AppParamsGeneratorWindow.cs index ba27f7b3..263fe6e1 100644 --- a/SynthDet/Assets/Scripts/Editor/AppParamsGeneratorWindow.cs +++ b/SynthDet/Assets/Scripts/Editor/AppParamsGeneratorWindow.cs @@ -269,7 +269,7 @@ public class AppParamsGeneratorWindow : EditorWindow } // A hand-tuned value that approximately corresponds to the frames per scale factor per orientation with 64 foreground objects. - const float k_EstimatedFramesPerCurriculumStepAtOneScale = 4.9f; + const float k_EstimatedFramesPerCurriculumStepAtOneScale = 4.2f; int EstimateTotalFrames() {