: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
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
Current
dataset.py
assumes that the file name only contains a single dot, this would cause problem if dataset file name isa.b.c.jpg
and it will go for labela.txt
目前的数据处理环节假设文件名仅存在一个点,当图像文件名存在多个点时会寻找错误的标签文件