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 |
|