Closed anjugopinath closed 1 year ago
Currently at cvpr so i have limited capacity. However, it looks like the code is looking for split files. You can download them according to the download readme
I tried executing the script bash/download_splits.sh , but it was stuck indefinitely:
When I tried to open the url, it said "File Not Found".
sorry for the wait. Just recovered from CVPR.
Downloading splits can fail due to limited RAM storage. The split files are very big, so it is possible that your machine runs out of memory. Try to download again, but open a terminal with htop
to see if the program breaks when the RAM is full.
If that's the case, you can increase the "RAM memory" by increasing the swap space so that you can use the disk space to hold the memory when RAM is full.
Instructions for increasing the swap space can be found here.
I downloaded it directly using the url. Thank You for your response.
I was trying to run the training, but I got "file not found" error with it looking for file p1_train.npy. I did a search of the entire downloaded folder, but don't have this file.