DecaYale / RNNPose

RNNPose: Recurrent 6-DoF Object Pose Refinement with Robust Correspondence Field Estimation and Pose Optimization, CVPR 2022
Apache License 2.0
160 stars 17 forks source link

Can't find the "$seq"_fw0.5.yml config file #5

Closed lyj9494 closed 2 years ago

lyj9494 commented 2 years ago

In the train.sh and eval.sh, the config_path equals to /$PROJECT_ROOT_PATH/config/linemod/"$seq"_fw0.5.yml, but I can't find the config file image

Gan868611 commented 2 years ago

hi i think you can try running bash /config/linemod/copy.sh to generate the yml file first

lyj9494 commented 2 years ago

The problem is solved and thank you so much!