Seamie
Results
2
issues of
Seamie
After training my own LiDAR model, I get an IOU score of 63.8. This is quite a bit higher than the IOU presented in the paper, 60.8. Perhaps it is...
I am running this on nuscenes with the following code adapted from your demo.py file: ```python import numpy as np import torch from PIL import Image from unidepth.models import UniDepthV1,...