Skip to content

Commit 8f353ff

Browse files
authored
Update README.md
1 parent 2a4e0a8 commit 8f353ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All code is tested on Windows 10 and Python 3.11, without GPU. GPU would obvious
99
To create your own custom CV model:
1010
1. Input names (scientific names) in the names.csv file, in the data folder
1111
2. Download the GBIF repository of your choosing, or download a prepared dataset linking to 16M images of many insect species: https://doi.org/10.15468/dl.dk9czq
12-
3. Update the path in collect_images.py on line 35 and line 53, to route to the unzipped GBIF downloaded files.
12+
3. Update the path in collect_images.py on line 36 and line 54, to route to the unzipped GBIF downloaded files.
1313
4. In collect_images.py, consider activating the sampling function, to reduce the number of images to download per species - in the case of many insect species, the download will take longer.
1414
5. run collect_images.py, this fetches the names, iterates through them, and attempts to download images from a GBIF data repository.
1515
6. As an example, for about 8 insect species, ending up with 4000 images, the entire operation might take +-20 minutes, depending on your internet speed and hardware.

0 commit comments

Comments
 (0)