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

data_info generation #1

Closed JiChun-Wang closed 2 years ago

JiChun-Wang commented 2 years ago

Thanks for your provided code. When I run "run_dataformatter.sh" script to generate formated data containing occlusions, there is not a file named "linemod_all_10k_default.info.all" in $PROJ_ROOT/EXPDATA/data_info. Hope for your help.

DecaYale commented 2 years ago

Hi! You could refer to the updated "doc/prepare_data.md" to download the related files. Sorry for the inconvenience.

rcao-hk commented 2 years ago

Hi, the data_info folder cannot be unzipped, could you please have a check?

image

Best, Rui

DecaYale commented 2 years ago

What is the size of your downloaded data_info.tar? I can successfully unzip it on a mac. Could you provide more information about your machine and the software you use? Thx.

rcao-hk commented 2 years ago

Around 240.4MB. I used bsdtar to extract by command line, and it works. But it cannot be extracted by the system default's unzip software. Maybe you could use common formal like 'tar.gz'.

Best, Rui

DecaYale commented 2 years ago

I have tested that using command "tar -xvf " on a ubuntu machine can successfully unzip the file. But the direct click doesn't work. I will upload a ".zip" file later for convenience. Thanks for your patience.