yjh0410 преди 2 години
родител
ревизия
be12f940f2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      models/detectors/rtcdet/loss.py

+ 1 - 0
models/detectors/rtcdet/loss.py

@@ -7,6 +7,7 @@ from utils.distributed_utils import get_world_size, is_dist_avail_and_initialize
 from .matcher import build_matcher
 
 
+# ----------------------- Criterion for training -----------------------
 class Criterion(object):
     def __init__(self, args, cfg, device, num_classes=80):
         self.cfg = cfg