yuxin
commited on
Commit
·
c4cc548
1
Parent(s):
c995392
add model
Browse files- model_segvol_single.py +1 -1
model_segvol_single.py
CHANGED
@@ -247,7 +247,7 @@ def select_points(preds, num_positive_extra=4, num_negative_extra=0, fix_extra_p
|
|
247 |
points = torch.cat((points, ignore_point), dim=0)
|
248 |
labels = torch.cat((labels, torch.tensor([-1]).reshape(1)))
|
249 |
|
250 |
-
return
|
251 |
|
252 |
# SegVol
|
253 |
import torch
|
|
|
247 |
points = torch.cat((points, ignore_point), dim=0)
|
248 |
labels = torch.cat((labels, torch.tensor([-1]).reshape(1)))
|
249 |
|
250 |
+
return points, labels
|
251 |
|
252 |
# SegVol
|
253 |
import torch
|