add note about working with larger datasets

This commit is contained in:
Luna 2023-06-10 18:37:03 -03:00
parent c213987859
commit 511ce6af16
1 changed files with 4 additions and 0 deletions

View File

@ -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
```