Update eval_wrapper/eval.py
Browse files- eval_wrapper/eval.py +2 -2
eval_wrapper/eval.py
CHANGED
@@ -18,8 +18,8 @@ import torch.distributed as dist
|
|
18 |
from utils.collate import collate
|
19 |
from engine import eval_model
|
20 |
from utils.viz import just_load_viz
|
21 |
-
from utils.geometry import compute_pointmap_torch
|
22 |
-
from eval_wrapper.eval_utils import filter_all_masks
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
class EvalWrapper(torch.nn.Module):
|
|
|
18 |
from utils.collate import collate
|
19 |
from engine import eval_model
|
20 |
from utils.viz import just_load_viz
|
21 |
+
# from utils.geometry import compute_pointmap_torch
|
22 |
+
# from eval_wrapper.eval_utils import filter_all_masks
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
class EvalWrapper(torch.nn.Module):
|