You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am confused how to provide cropped_aicity folder.
Should I make cropped images folder structure as we do with test_data?
my test_data structure is: test_data/gallery/im_test and test_data/query/im_query
When I run fast_submit_baidu.py I am getting the following error:
RuntimeError: CUDA out of memory. Tried to allocate 1.39 GiB (GPU 0; 7.80 GiB total capacity; 5.19 GiB already allocated; 174.31 MiB free; 5.59 GiB reserved in total by PyTorch)
@layumi Could you please give me some guidance about how to prepare test_dir and crop_dir to run fast_submit_baidu.py?
Thanks again for your great job.
The text was updated successfully, but these errors were encountered:
I am confused how to provide
cropped_aicity
folder.Should I make cropped images folder structure as we do with test_data?
my test_data structure is:
test_data/gallery/im_test
andtest_data/query/im_query
When I run
fast_submit_baidu.py
I am getting the following error:RuntimeError: CUDA out of memory. Tried to allocate 1.39 GiB (GPU 0; 7.80 GiB total capacity; 5.19 GiB already allocated; 174.31 MiB free; 5.59 GiB reserved in total by PyTorch)
@layumi Could you please give me some guidance about how to prepare
test_dir
andcrop_dir
to runfast_submit_baidu.py
?Thanks again for your great job.
The text was updated successfully, but these errors were encountered: