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 trying to run inference on T-LESS dataset, but for some reason I'm getting this error -
Now I know that there is no file like results.json, but how do I get one? I followed every single line given in the repository to make it work. I even tried replicating the paper using docker, but I'm getting numpy version compatibility issue. So I tried doing pip installations manually and was able to install all the dependencies, but I'm not able to run the inference.
I downloaded the trained weights on T-LESS model (from the google drive link given), but that file had so many other things apart from T-LESS and I didn't understand what files to download, so I downloaded all the files that had T-LESS written on them.
Next, I extracted and put them under data/model/ folder, now it looks like this -
Now, I'm not sure if I missed anything here, but I am running the following command after the above steps - python run.py --type evaluate --cfg_file configs/tless/tless_01.yaml , but I'm getting results.json file not found error.
PLEASE HELP ME SOLVE THIS! I am DYING HERE ://///
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run inference on T-LESS dataset, but for some reason I'm getting this error -
Now I know that there is no file like results.json, but how do I get one? I followed every single line given in the repository to make it work. I even tried replicating the paper using docker, but I'm getting numpy version compatibility issue. So I tried doing pip installations manually and was able to install all the dependencies, but I'm not able to run the inference.
I downloaded the trained weights on T-LESS model (from the google drive link given), but that file had so many other things apart from T-LESS and I didn't understand what files to download, so I downloaded all the files that had T-LESS written on them.
Next, I extracted and put them under data/model/ folder, now it looks like this -
Now, I'm not sure if I missed anything here, but I am running the following command after the above steps -
python run.py --type evaluate --cfg_file configs/tless/tless_01.yaml , but I'm getting results.json file not found error.
PLEASE HELP ME SOLVE THIS! I am DYING HERE ://///
The text was updated successfully, but these errors were encountered: