Open FawazAlkho opened 11 months ago
Can you add some more information for me?
I was able to load in the test split without errors
Hello,
I tried to download the dataset, but I receive an error:
"requests.exceptions.ConnectionError: HTTPConnectionPool(host='ec2-52-25-205-214.us-west-2.compute.amazonaws.com', port=80): Max retries exceeded with url: /files/activity_net.v1-2.min.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x78caaa50c220>: Failed to establish a new connection: [Errno 111] Connection refused'))"
Is there a way I can get the dataset?
System information
python --version
): 3.12.0fiftyone --version
): FiftyOne v0.22.3, Voxel51, IncCode
Describe the problem
I finally got the window of the app to work but it seems that it shows no samples so I assume there is an issue with my setup but I could not figure it out. Executing the print(dataset.count) prints 0 samples which indicates that the data was not loaded correctly; however, I am sure I followed the tutorial step by step (with the decompressed folders of ActivityNet in a folder called v1-2). And once I ran the above it did show progress bars that were completed indicating that each of the train,val,test samples were loaded so like 2438/2438 for example. I cannot find out why it doesn't load samples or show them.
Other info/logs
Now once I run the above I get: