-
I convert the model to onnx using the model_to_onnx.py, with the args:--dataset nyuv2 --last_ckpt ./trained_models/nyuv2/r34_NBt1D.pth
the model can be converted to model.onnx,
the input shape is …
-
Hi,
I used the .yml file to create conda environment and default setting to train NUYv2 and the result 47. 48 is much lower than the result of the paper 50.3.
Does anyone get a similar result as…
-
I wonder whether the normal task is working, it is possible to visualize the normal task?
-
Hello,
I trained a model using rgb values and the train folders train_A and train_B without any issues.
Now I wanted to use the nyuv2 dataset using the labels as input and rgb as outputs.
I …
-
-
There is also "instances" in nyu_depth_v2_labeled.mat, why you load labels but not instances mask in nyuv2/prepare_dataset.py or class NYU
-
hello, @laughtervv I would be grateful if you could describe how to prepare h5 file with nyu dataset. I read the paper many times,but I didn't get the steps in details.
-
作者您好,在训练MMANet时发现
https://github.com/shicaiwei123/MMANet-CVPR2023/blob/958fce456d1bc02adf68d97a433ba88bbfe4651c/segmentation/train_missing_mmanet.py#L121C12-L121C118
这行代码文件以及下面else里面那行代码文件似乎并没有给出,按照…
-
I want to predict or inference on some figures instead of evaluting on NYUv2 to perform depth estimation, how should I do? I have some figures and I just hope to have a look of the performance on your…
-
I have been trying to train a new ZoeDepth_N model on the NYUv2 dataset with the more efficient DPT_SwinV2_L_384 MiDaS backbone for real-time performance. However, it is not clear from the current doc…