sylqiu / tof_rgbd_processing

Off-the-shelf deep alignment and refinement for weakly calibrated ToF RGB-D modules
33 stars 7 forks source link

Missing calib.bin #1

Closed nemtiax closed 5 years ago

nemtiax commented 5 years ago

camera_util.py seems to expect a calib.bin file, but there doesn't seem to be one in the repo or in the dataset available for download. Can you provide a copy of this file?

Thanks!

sylqiu commented 5 years ago

Hi, thanks for interest in our work! Since I’m out of town this week, will get back to this issue next week as soon as possible! Meanwhile, if you have your own real data and want to test them, you may need to write your data loader and manually define values inside, depending whether you want to do calibration inside the data loader. It maybe skipped if your data is weakly calibrated.

Cordialement,

Syl.

Envoyé de mon iPhone

On 1 Nov 2019, at 4:13 AM, nemtiax notifications@github.com wrote:

camera_util.py seems to expect a calib.bin file, but there doesn't seem to be one in the repo or in the dataset available for download. Can you provide a copy of this file?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sylqiu commented 5 years ago

Hi, I just uploaded a test real image in the same shared drive. For that image we need the "parambuffer" function instead of "param_buffer_st" and set perform_calib = True in the NoGt loader. I have made corresponding changes in the code.