cyun9286 commited on
Commit
d8fa968
1 Parent(s): 25ea20b
Files changed (1) hide show
  1. dust3r/cloud_opt_flow/base_opt.py +1 -0
dust3r/cloud_opt_flow/base_opt.py CHANGED
@@ -25,6 +25,7 @@ from dust3r.utils.vo_eval import save_trajectory_tum_format
25
  import os
26
  import matplotlib.pyplot as plt
27
  from PIL import Image
 
28
  HERE_PATH = path.normpath(path.dirname(__file__))
29
  print('**',HERE_PATH)
30
 
 
25
  import os
26
  import matplotlib.pyplot as plt
27
  from PIL import Image
28
+ import os.path as path
29
  HERE_PATH = path.normpath(path.dirname(__file__))
30
  print('**',HERE_PATH)
31