JUGGHM / PENet_ICRA2021

ICRA 2021 "Towards Precise and Efficient Image Guided Depth Completion"
MIT License
327 stars 46 forks source link

How to use KITTI-raw data #24

Open Lemon-L7 opened 3 years ago

Lemon-L7 commented 3 years ago

Hi, recently I've been through your great work, I would like to train the network , but which classes should I to download, you know that, KITTI-raw dataset is too big, so please guide me which classes in KITTI-raw dataset for training. Thanks in advance!

JUGGHM commented 3 years ago

Thanks for your interest! You could refer to this question.

Lemon-L7 commented 3 years ago
Thank you for your reply, I will download this as you teach me, if I met other questions, I would request for your answer, Thanks in advance. sncl_lp

@. | 签名由网易邮箱大师定制 On 8/1/2021 @.> wrote:

Thanks for your interest! You could refer to this question.

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

Lemon-L7 commented 3 years ago

Hi, recently, I had trained net as you teach me, but I met other questions, I want to run the test model, I don't know the data type of test, only point cloud. PNG images or test data still include RGB images .Thanks in advance!

JUGGHM commented 3 years ago

Hi, recently, I had trained net as you teach me, but I met other questions, I want to run the test model, I don't know the data type of test, only point cloud. PNG images or test data still include RGB images .Thanks in advance!

The data type is the same as those for training: RGB + sparse depth (in png format). And the test data is included in test_anonymous folder in KITTI depth dataset.