BFZD233 commited on
Commit
65a4a42
·
1 Parent(s): 5b3b0f4
Files changed (27) hide show
  1. Depth-Anything-V2/depth_anything_v2/__pycache__/dinov2.cpython-310.pyc +0 -0
  2. Depth-Anything-V2/depth_anything_v2/__pycache__/dpt.cpython-310.pyc +0 -0
  3. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/__init__.cpython-310.pyc +0 -0
  4. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/attention.cpython-310.pyc +0 -0
  5. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/block.cpython-310.pyc +0 -0
  6. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/drop_path.cpython-310.pyc +0 -0
  7. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/layer_scale.cpython-310.pyc +0 -0
  8. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/mlp.cpython-310.pyc +0 -0
  9. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/patch_embed.cpython-310.pyc +0 -0
  10. Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/swiglu_ffn.cpython-310.pyc +0 -0
  11. Depth-Anything-V2/depth_anything_v2/util/__pycache__/blocks.cpython-310.pyc +0 -0
  12. Depth-Anything-V2/depth_anything_v2/util/__pycache__/transform.cpython-310.pyc +0 -0
  13. core/__pycache__/__init__.cpython-310.pyc +0 -0
  14. core/__pycache__/confidence.cpython-310.pyc +0 -0
  15. core/__pycache__/corr.cpython-310.pyc +0 -0
  16. core/__pycache__/extractor.cpython-310.pyc +0 -0
  17. core/__pycache__/extractor_depthany.cpython-310.pyc +0 -0
  18. core/__pycache__/fusion.cpython-310.pyc +0 -0
  19. core/__pycache__/geometry.cpython-310.pyc +0 -0
  20. core/__pycache__/raft_stereo_depthbeta_refine.cpython-310.pyc +0 -0
  21. core/__pycache__/update_disp.cpython-310.pyc +0 -0
  22. core/raft_stereo_depthbeta_refine.py +1 -1
  23. core/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  24. core/utils/__pycache__/frame_utils.cpython-310.pyc +0 -0
  25. core/utils/__pycache__/plane.cpython-310.pyc +0 -0
  26. core/utils/__pycache__/utils.cpython-310.pyc +0 -0
  27. core/utils/__pycache__/vis.cpython-310.pyc +0 -0
Depth-Anything-V2/depth_anything_v2/__pycache__/dinov2.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/__pycache__/dinov2.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/__pycache__/dinov2.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/__pycache__/dpt.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/__pycache__/dpt.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/__pycache__/dpt.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/__init__.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/__init__.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/attention.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/attention.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/attention.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/block.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/block.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/block.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/drop_path.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/drop_path.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/drop_path.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/layer_scale.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/layer_scale.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/layer_scale.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/mlp.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/mlp.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/mlp.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/patch_embed.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/patch_embed.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/patch_embed.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/swiglu_ffn.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/swiglu_ffn.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/dinov2_layers/__pycache__/swiglu_ffn.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/util/__pycache__/blocks.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/util/__pycache__/blocks.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/util/__pycache__/blocks.cpython-310.pyc differ
 
Depth-Anything-V2/depth_anything_v2/util/__pycache__/transform.cpython-310.pyc CHANGED
Binary files a/Depth-Anything-V2/depth_anything_v2/util/__pycache__/transform.cpython-310.pyc and b/Depth-Anything-V2/depth_anything_v2/util/__pycache__/transform.cpython-310.pyc differ
 
core/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/__init__.cpython-310.pyc and b/core/__pycache__/__init__.cpython-310.pyc differ
 
core/__pycache__/confidence.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/confidence.cpython-310.pyc and b/core/__pycache__/confidence.cpython-310.pyc differ
 
core/__pycache__/corr.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/corr.cpython-310.pyc and b/core/__pycache__/corr.cpython-310.pyc differ
 
core/__pycache__/extractor.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/extractor.cpython-310.pyc and b/core/__pycache__/extractor.cpython-310.pyc differ
 
core/__pycache__/extractor_depthany.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/extractor_depthany.cpython-310.pyc and b/core/__pycache__/extractor_depthany.cpython-310.pyc differ
 
core/__pycache__/fusion.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/fusion.cpython-310.pyc and b/core/__pycache__/fusion.cpython-310.pyc differ
 
core/__pycache__/geometry.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/geometry.cpython-310.pyc and b/core/__pycache__/geometry.cpython-310.pyc differ
 
core/__pycache__/raft_stereo_depthbeta_refine.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/raft_stereo_depthbeta_refine.cpython-310.pyc and b/core/__pycache__/raft_stereo_depthbeta_refine.cpython-310.pyc differ
 
core/__pycache__/update_disp.cpython-310.pyc CHANGED
Binary files a/core/__pycache__/update_disp.cpython-310.pyc and b/core/__pycache__/update_disp.cpython-310.pyc differ
 
core/raft_stereo_depthbeta_refine.py CHANGED
@@ -158,7 +158,7 @@ class RAFTStereoDepthBetaRefine(nn.Module):
158
  corr = corr_fn(hor_coords1) # index correlation volume
159
  disp = hor_coords1 - hor_coords0
160
 
161
- with autocast(enabled=self.args.mixed_precision):
162
  disp_lbp = self.lbp_encoder(disp)
163
  modulation, distribution = self.modulater(disp_lbp, depth_lbp, out_distribution=True)
164
  if vis_mode:
 
158
  corr = corr_fn(hor_coords1) # index correlation volume
159
  disp = hor_coords1 - hor_coords0
160
 
161
+ with autocast(enabled=False):
162
  disp_lbp = self.lbp_encoder(disp)
163
  modulation, distribution = self.modulater(disp_lbp, depth_lbp, out_distribution=True)
164
  if vis_mode:
core/utils/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/core/utils/__pycache__/__init__.cpython-310.pyc and b/core/utils/__pycache__/__init__.cpython-310.pyc differ
 
core/utils/__pycache__/frame_utils.cpython-310.pyc CHANGED
Binary files a/core/utils/__pycache__/frame_utils.cpython-310.pyc and b/core/utils/__pycache__/frame_utils.cpython-310.pyc differ
 
core/utils/__pycache__/plane.cpython-310.pyc CHANGED
Binary files a/core/utils/__pycache__/plane.cpython-310.pyc and b/core/utils/__pycache__/plane.cpython-310.pyc differ
 
core/utils/__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/core/utils/__pycache__/utils.cpython-310.pyc and b/core/utils/__pycache__/utils.cpython-310.pyc differ
 
core/utils/__pycache__/vis.cpython-310.pyc CHANGED
Binary files a/core/utils/__pycache__/vis.cpython-310.pyc and b/core/utils/__pycache__/vis.cpython-310.pyc differ