Skip to content

Commit dfd306f

Browse files
fix rcil
1 parent 4d62f32 commit dfd306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csseg/modules/runners/rcil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def featuresdistillationspatial(history_distillation_feats, distillation_feats,
251251
if idx == len(history_distillation_feats) - 1:
252252
if dataset_type == 'ADE20kDataset':
253253
pckd_factor = 5e-7
254-
elif dataset_type == "voc":
254+
elif dataset_type == "VOCDataset":
255255
pckd_factor = 0.0005
256256
else:
257257
if dataset_type == 'ADE20kDataset':

0 commit comments

Comments
 (0)