yjh0410 há 2 anos atrás
pai
commit
be12f940f2
1 ficheiros alterados com 1 adições e 0 exclusões
  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