Max Xuhao Xue Midwinter
Max Xuhao Xue Midwinter
@LiheYoung thank you very much for your response to this issue it was very helpful! I just wanted to add that there seems to be some issue with mmsegmentation using...
Hi @Gaozihui I am also trying to fine-tune on another outdoor dataset. I'm getting stuck thou when I run the train_mono.py with ZoeD_MK12_K.pt I get a bunch of size mismatch...
I think the main idea is that the decoder learns metric depth, so you fine-tune with metric depth dataset. If you have a relative depth dataset I think you can...
Hi @minuenergy I'm trying to use the train_mono.py script to finetune on the kitti dataset just to test. ``` python train_mono.py -m zoedepth -d kitti --pretrained_resource="url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_K.pt" ``` But I keep...
I think I figure it out... In ZoeDepth/zoedepth/models/zoedepth/confg_zoedepth.json under model configurations... you will need to change the n_attractors from [16, 8, 4, 1] to [32, 16, 8, 2] I hope...
Hi @minuenergy I'm a little confused about this. The authors released the pretrained models (N, K and NK), if we want to reproduce the author's results we need to start...
Hi Zhang I think you might be on the same boat as me. I've got a single A5000 24GB I had to disable distributed mode and I turned my batch...
Hey I don't know if you've solved this but I had similar problem. The Gaussian Rasterizer that render.py uses does use the opacity... My problem was I doing torchvision.transforms.ToPILImage()(output) however...