Update eval_wrapper/eval.py
Browse files- eval_wrapper/eval.py +1 -1
eval_wrapper/eval.py
CHANGED
@@ -16,7 +16,7 @@ import argparse
|
|
16 |
from utils import misc
|
17 |
import torch.distributed as dist
|
18 |
from utils.collate import collate
|
19 |
-
|
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
|
|
|
16 |
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 |
# from utils.geometry import compute_pointmap_torch
|
22 |
# from eval_wrapper.eval_utils import filter_all_masks
|