Closed mymrblack closed 4 years ago
Hi,
The real_val/scene_*/
could be found at the original NOCS dataset. In their README Datasets section, you could found Real Dataset: Test
.
Hi, I downloaded the Real Dataset: Test
dataset from NOCS, but I can not find *_pose.txt
file which required in benchmark.py
:
gt_path = img_path + "_pose.txt"
The file types in the dataset are: *_color.png
*_coord.png
*_depth.png
*_mask.png
*_meta.txt
.
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file _pose.txt in My_NOCS/data/realval/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file pose.txt in My_NOCS/data/real_val/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, please check with the MyNOCS/data_pose
folder, copy the _pose.txt
files into corresponding folders under My_NOCS/data/
. Hope this helps : )
Hi, I rechecked the My_NOCS/data_pose
folder, but there is only train/
floder and 'real_train/' floder. So, I can't find the corresponding pose floder for My_NOCS/data/real_veal/
Hi, I rechecked the
My_NOCS/data_pose
folder, but there is onlytrain/
floder and 'real_train/' floder. So, I can't find the corresponding pose floder forMy_NOCS/data/real_veal/
Hi, I also encountered the same problem as you. Have you solved it? Thank you very much.
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file pose.txt in My_NOCS/data/real_val/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, please check with the
MyNOCS/data_pose
folder, copy the_pose.txt
files into corresponding folders underMy_NOCS/data/
. Hope this helps : )
Hi, If it is copying the _pose.txt
files into corresponding folders, does this mean that _realval and _realtrain are the same? Thank you so much.
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file pose.txt in My_NOCS/data/real_val/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, please check with the
MyNOCS/data_pose
folder, copy the_pose.txt
files into corresponding folders underMy_NOCS/data/
. Hope this helps : )Hi, If it is copying the
_pose.txt
files into corresponding folders, does this mean that _realval and _realtrain are the same? Thank you so much.
Hi,I also tried this, but found that the two folders are different. I remember that real_train and real_val folders contain different content
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file pose.txt in My_NOCS/data/real_val/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, please check with the
MyNOCS/data_pose
folder, copy the_pose.txt
files into corresponding folders underMy_NOCS/data/
. Hope this helps : )Hi, If it is copying the
_pose.txt
files into corresponding folders, does this mean that _realval and _realtrain are the same? Thank you so much.Hi,I also tried this, but found that the two folders are different. I remember that real_train and real_val folders contain different content
Thank you for your answer. Yes, it should not be the same. Looking forward to the author's update.
Hi, I have the same problem with pose information for real_val. when I run the train.py, it can't find file pose.txt in My_NOCS/data/real_val/scene/. Can` you tell me how did you solve the problem? Thank you very much!
Hi, please check with the
MyNOCS/data_pose
folder, copy the_pose.txt
files into corresponding folders underMy_NOCS/data/
. Hope this helps : )Hi, If it is copying the
_pose.txt
files into corresponding folders, does this mean that _realval and _realtrain are the same? Thank you so much.Hi,I also tried this, but found that the two folders are different. I remember that real_train and real_val folders contain different content
Thank you for your answer. Yes, it should not be the same. Looking forward to the author's update.
Hello, I found I meet the same problem now. Could you please tell me how to find the pose information for real_val?
Thanks again for your kind help!
Hi, thanks for sharing the code.
I tried to run the
benchmark.py
but it requires pose information inreal_val/scene_*/
dictionary. I downloadedNOCS-REAL275-additional.zip
, but it seems that it only contains pose information for real_train dataset.Could you share the pose information for real_val dataset or could you tell me how can I get the information by myself?
Thank you so much!