dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
776 stars 133 forks source link

fix typo and minor bug #11

Open chnliupu opened 2 years ago

chnliupu commented 2 years ago

Current dataset.py assumes that the file name only contains a single dot, this would cause problem if dataset file name is a.b.c.jpg and it will go for label a.txt

目前的数据处理环节假设文件名仅存在一个点,当图像文件名存在多个点时会寻找错误的标签文件