Hi, so I am trying to download the dataset to train a model by using the command
python3 open_images_downloader.py --stats-only --class-names "Apple,Orange" --data=data/fruit
And Nano gets stuck.
This is what I get:
python3 open_images_downloader.py --stats-only --class-names "Apple,Orange" --data=data/fruit
/usr/local/lib/python3.6/dist-packages/boto3/compat.py:88: PythonDeprecationWarning: Boto3 will no longer support Python 3.6 starting May 30, 2022. To continue receiving service updates, bug fixes, and security updates please upgrade to Python 3.7 or later. More information can be found here: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/
warnings.warn(warning, PythonDeprecationWarning)
2023-04-05 22:59:09 - Requested 2 classes, found 2 classes
2023-04-05 22:59:09 - Read annotation file data/fruit/train-annotations-bbox.csv
Any advice? Thanks