feat: shortlist.bat offers threshold or top-N%% mode; add shortlist_top.bat
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
REM Photo Judgers — Shortlist Top N%% (Windows)
|
||||
REM Reads output.json, picks the top X%% by score, copies to folder.
|
||||
|
||||
echo ========================================
|
||||
echo Photo Judgers — Top N%% Shortlist
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
call conda activate photo_judgers
|
||||
|
||||
echo Running top N%% shortlist...
|
||||
echo.
|
||||
|
||||
python -m src.shortlist_top %*
|
||||
Reference in New Issue
Block a user