Update eval_wrapper/eval.py
Browse files- eval_wrapper/eval.py +3 -3
eval_wrapper/eval.py
CHANGED
|
@@ -17,9 +17,9 @@ from utils import misc
|
|
| 17 |
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 |
-
|
| 22 |
-
|
| 23 |
from huggingface_hub import hf_hub_download
|
| 24 |
|
| 25 |
class EvalWrapper(torch.nn.Module):
|
|
|
|
| 17 |
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):
|