deepinsight / deepinsight/insightface
seq_identity = range(int(header.label[0]), int(header.label[1]))
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
drop.py in arcface_subcenter
Can we replace it with class range?
seq_identity = range(0,max_class_num)
because header_labels are always zero.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.