JDAI-CV / centerX

This repo is implemented based on detectron2 and centernet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wider_face_add_lm_10_10_add_mafa

deep-practice opened this issue · comments

what't 'add_mafa' mean?

It's a face dataset MAFA(A Dataset of MAsked FAces),
I just add it to wider face dataset

Can you share the download link?I can't find this dataset in its official website.

Sorry I can't, cause I copy it from my friends🤣

widerface_crowdhuman_train and face_train is the same dataset in register_all_face function?

the data is the same while the classes is not the same.
widerface_crowdhuman_train has "person" and "face" class, but "person" annotation is null, it is used for ignore_unlabel training

Got it.