No such file or directory: '/ssd/video/something/v1/category.txt'
See original GitHub issueI get the following error
Traceback (most recent call last):
File "test_models.py", line 126, in <module>
modality)
File "/home/usr/Projects/temporal-shift-module/ops/dataset_config.py", line 117, in return_dataset
with open(file_categories) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/ssd/video/something/v1/category.txt'
when running
python test_models.py something \
--weights=pretrained/TSM_something_RGB_resnet50_shift8_blockres_avg_segment8_e45.pth \
--test_segments=8 --batch_size=72 -j 24 --test_crops=3 --twice_sample
I’m not sure what it’s looking for?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
No such file or directory: 'test.txt #350 - amdegroot/ssd.pytorch
I have the same problem on a windows box. Which path needs to be absolute and where? config.py? In the meantime I'll get...
Read more >5/9: Error: [Errno 2] No such file or directory: 'text.txt'
myfile = open("text.txt", "r") for i in range(3): print myfile.readline() myfile.close() Not able to understand about the error on consloe.
Read more >“.h: No such file or directory" - 2 Easy fixes to Arduino error
Trying to fix the dreaded "No such file error?" - This short video will show you 2 easy fixes to solving this error....
Read more >2 Easy fixes to Arduino error: “.h: No such file or directory
Want to learn more? Check out our courses!https://bit.ly/33ceYv4We designed this circuit board for beginners!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ysl208 The categories.txt file is just the list of your recognized actions. You can make a small script to create it of do it bye hand
On which dataset did you manage to get it running ? I checked and the sources don’t have the
category.txt
files, for Something something but also not for Jester.