From 511ce6af161d5e9d04ce2e2175d4738f68953172 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 10 Jun 2023 18:37:03 -0300 Subject: [PATCH] add note about working with larger datasets --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f15069c..26af782 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,8 @@ env/bin/python3 ./main.py fight # score mode -- crank the final numbers, generates graphs under plots/ folder env/bin/python3 ./main.py fight + +# keep in mind that you can download more images, run fight mode, and then +# run score mode! the commands are aware of work that's been already done and +# will only run the tagger models for the new files ``` \ No newline at end of file