| /home/ywan0794/MoGe/visualize_depth.py:73: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md |
| ckpt = torch.load(checkpoint_path, map_location='cpu') |
| /home/ywan0794/MoGe/visualize_depth.py:135: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md |
| ckpt = torch.load(checkpoint_path, map_location='cpu') |
| /home/ywan0794/MoGe/visualize_depth.py:178: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. |
| with torch.cuda.amp.autocast(dtype=torch.bfloat16): |
| Loading models... |
| Loading DA2-DPT... |
| Loaded DA2 dpt from /home/ywan0794/Depth-Anything-V2/training/exp/dpt_vitb_both/epoch_007.pth |
| Loading DA2-SDT... |
| Loaded DA2 sdt from /home/ywan0794/Depth-Anything-V2/training/exp/sdt_vitb_both/epoch_008.pth |
| Loading DA3-DPT... |
| [97m[INFO ] using MLP layer as FFN[0m |
| Loaded DA3 dpt from /home/ywan0794/Depth-Anything-3/training/exp/da3_dpt_vitl_both/epoch_010.pth |
| Loading DA3-SDT... |
| [97m[INFO ] using MLP layer as FFN[0m |
| Loaded DA3 sdt from /home/ywan0794/Depth-Anything-3/training/exp/da3_sdt_vitl_both/epoch_010.pth |
| Loading DA3-DualDPT... |
| [97m[INFO ] using MLP layer as FFN[0m |
| Loaded DA3 dualdpt from /home/ywan0794/Depth-Anything-3/training/exp/da3_dualdpt_vitl_both/epoch_010.pth |
| All models loaded! |
|
|
| Processing 10 KITTI samples... |
| [1/10] 2011_09_26_drive_0059_0000000154 |
| [2/10] 2011_09_26_drive_0029_0000000296 |
| [3/10] 2011_09_26_drive_0029_0000000154 |
| [4/10] 2011_09_26_drive_0096_0000000171 |
| [5/10] 2011_10_03_drive_0027_0000000362 |
| [6/10] 2011_09_26_drive_0064_0000000462 |
| [7/10] 2011_09_26_drive_0002_0000000051 |
| [8/10] 2011_09_26_drive_0048_0000000016 |
| [9/10] 2011_09_30_drive_0016_0000000110 |
| [10/10] 2011_09_26_drive_0059_0000000098 |
|
|
| Processing 10 DDAD samples... |
| [1/10] 000508_CAMERA_05 |
| [2/10] 001971_CAMERA_09 |
| [3/10] 003267_CAMERA_06 |
| [4/10] 001726_CAMERA_09 |
| [5/10] 002738_CAMERA_05 |
| [6/10] 000339_CAMERA_01 |
| [7/10] 000104_CAMERA_05 |
| [8/10] 001069_CAMERA_06 |
| [9/10] 003710_CAMERA_06 |
| [10/10] 003376_CAMERA_05 |
|
|
| Done! Results saved to /home/ywan0794/MoGe/vis_output |
| Structure: |
| /home/ywan0794/MoGe/vis_output/ |
| KITTI/ |
| rgb/, gt/, da2_dpt/, da2_sdt/, da3_dpt/, da3_sdt/, da3_dualdpt/ |
| DDAD/ |
| rgb/, gt/, da2_dpt/, da2_sdt/, da3_dpt/, da3_sdt/, da3_dualdpt/ |
| Visualization completed! |
|
|