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

bash scripts/eval.sh not runs #11

Open youngwoo1 opened 2 years ago

youngwoo1 commented 2 years ago

Hello, I'm trying to run this. In file eval.sh 스크린샷, 2022-07-14 22-12-07

config_path=/$PROJECT_ROOT_PATH/config/linemod/"$seq"_fw0.5.yml It seems to need cat_fw0.5.yml file in that directory. But i can't find "cat_fw0.5.yml" in the directory Is the problem caused by skipping the "4. Data Preparation" section?

someone can tell me what the problem is! thanks!

DecaYale commented 2 years ago

Hi, you could refer to this link for solutions. https://github.com/DecaYale/RNNPose/issues/5 I will modify the readme file later.