Cheng Feng

Results 6 issues of Cheng Feng

Hi, @mdfirman @JamieWatson683 I see that you claim to have conducted relevant experiments in [issue#12](https://github.com/nianticlabs/manydepth/issues/12#issuecomment-852840048). I modified the [mono_dataset.py](manydepth/datasets/mono_dataset.py) and [trainer.py](manydepth/trainer.py) according to Monodepth2, trained the manydepth from scratch (with...

Thanks for your awesome work! The first suggestion is to use `transforms.InterpolationMode.LANCZOS` instead of `Image.ANTIALIAS` to avoid the UserWarning. In the `Image.py` of `PIL` we can find `LANCZOS = ANTIALIAS...

Dear Dr. @deqings : I have read your paper(Models Matter, So Does Training: An Empirical Study of CNNs for Optical Flow Estimation) and code(pytorch). I found there are two inputs...

Thanks for your work! Using IMU is very instructive for solving the scale problem of monocular depth estimation. I think providing a detailed description of data preparation can help others...

Hi, @UkcheolShin Thank you for your work, your work provides valuable data for multimodal visual tasks. After downloading and decompressing the compressed file, I found that most of the files...

Thanks for your nice work! There seems to be no evaluation code in this repositorie. Do you have any plan to release the evaluation code?