Air Pig
Air Pig
@YZYZYZY Hi! I’m deploying ESAM on a Jetson Orin NX and ran into issues during environment setup. Could you share the exact environment you used (JetPack/CUDA/cuDNN, PyTorch/torchvision, Python, and any...
I met the same issue, do you solve it?
通过在 load_scannet_mv_data.py 中添加 print,我发现我的问题出现在 2D/scene_0000_01/depth/5120.png 这个文件损坏了。你可以通过在代码中添加调试语句,来查看自己出问题的图像位置。 By adding print in load_scannet_mv_data.py, I found that my issue was caused by a corrupted file: 2D/scene_0000_01/depth/5120.png. You can add debugging statements in the...