beyond-image-to-depth icon indicating copy to clipboard operation
beyond-image-to-depth copied to clipboard

I have not been able to reproduce your results.

Open yyf17 opened this issue 3 years ago • 7 comments

thank you for your excellent work. There is no training code in the Git project, only the test code. So I wrote a trainer myself. But I have not been able to reproduce your results. I used my own training checkpoint during the test. The test command used is:

python test.py \
--gpu_ids 0 \
--dataset mp3d \
--img_path data/echoes_obs/mp3d/scene_observations_128.pkl \
--audio_path data/echoes_navigable \
--checkpoints_dir data/models/mp3d_128 \
--audio_sampling_rate 16000 \
--max_depth 10.0

The final result is: image

Can you give me some suggestions? Thanks a lot.

yyf17 avatar Jun 27 '21 06:06 yyf17

Hi, did you try using the pre-trained model provided?

krantiparida avatar Jun 27 '21 12:06 krantiparida

Yes.The results are as following: image

yyf17 avatar Jun 27 '21 13:06 yyf17

I think the issue is with training parameters then. Try to use the exact parameter's value mentioned in the paper and evaluate the result using the best model in the validation set.

krantiparida avatar Jun 27 '21 13:06 krantiparida

@yyf17 can you please run the training code available and see how are the results?

krantiparida avatar Jun 29 '21 16:06 krantiparida

@krantiparida OK,I will.

yyf17 avatar Jul 05 '21 14:07 yyf17

Thanks for the work! I would also like to use the training script. Could you please let me know what should I specify for 'metadatapath path_to_metadata'?

catherine-qian avatar Mar 16 '22 03:03 catherine-qian

metadatapath conatins the scene wise splits for train, val and test. The content is available inside the dataset folder in this repo.

krantiparida avatar Mar 16 '22 17:03 krantiparida