Jetson Nano dataset download - boto3 pythonDeprecautionWarning

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

Hi @deeman, as I recall, that annotations CSV from the Open Images dataset is quite large and can take some time to load and parse. How long have you let it run for? Also, have you tried mounting swap memory?

I think you may be right, I waited for about 4-5min, and I thought it got stuck. I did the mount to 4GB swap memory, yes… I will give it a try again today and let you know how it goes. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.