beyond-image-to-depth
beyond-image-to-depth copied to clipboard
I have not been able to reproduce your results.
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:
Can you give me some suggestions? Thanks a lot.
Hi, did you try using the pre-trained model provided?
Yes.The results are as following:
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.
@yyf17 can you please run the training code available and see how are the results?
@krantiparida OK,I will.
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'?
metadatapath
conatins the scene wise splits for train, val and test. The content is available inside the dataset folder in this repo.