JDAI-CV / centerX

This repo is implemented based on detectron2 and centernet
Apache License 2.0
555 stars 86 forks source link

crowd_human_face_train里面定义了person和face两个类别,但是在训练集中是没有face这个类别的,这样做的原因是什么呢 #10

Closed deep-practice closed 3 years ago

deep-practice commented 3 years ago

对detectron不熟,看了很久没看明白,这些类别定义起到了什么作用?训练集没有标注的类别是怎么学习到的呢

CPFLAME commented 3 years ago

这个主要是为了跑一个对比试验,ignore_label的训练,在这个issue下有相关的回答~ 点这里

deep-practice commented 3 years ago

在代码里面是体现在哪些文件里的呢?

deep-practice commented 3 years ago

defaults.py