feat: shortlist builder — read JSON, set thresholds, copy passing photos
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
REM Photo Judgers — Shortlist Builder (Windows)
|
||||
REM Reads output.json, asks for thresholds, copies photos to shortlist folder
|
||||
|
||||
echo ========================================
|
||||
echo Photo Judgers — Shortlist Builder
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
REM Activate conda env
|
||||
call conda activate photo_judgers
|
||||
|
||||
echo Running shortlist builder...
|
||||
echo.
|
||||
|
||||
python -m src.shortlist %*
|
||||
Reference in New Issue
Block a user