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