We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165f442 commit 48eb254Copy full SHA for 48eb254
packages/examples/cvat/recording-oracle/src/core/config.py
@@ -195,6 +195,7 @@ class ValidationConfig:
195
warmup_iterations = int(getenv("WARMUP_ITERATIONS", "1"))
196
"""
197
The first escrow iterations where the annotation speed is checked to be big enough.
198
+ Set to 0 to disable.
199
200
201
min_warmup_progress = float(getenv("MIN_WARMUP_PROGRESS", "10"))
0 commit comments