Jayce Hu

Results 5 comments of Jayce Hu

> > Miniconda3-py37_4.9.2-Linux-aarch64.sh > > works fine for me same problem, and this works fine for me too

> ## Add following codes in your file: > ## def cycle(iterable): > while True: > for x in iterable: > yield x > """Your training codes""" > batch_iterator =...

> Training of experiment is done and the best AP is 0.00 我的AP也是0,现在已经可以了,我的问题原因是coco的数据集中的categories的id是从0开始设置的,改成从1开始就可以了 > > 2021-08-07 13:17:00 | INFO | yolox.core.trainer:306 - > Average forward time: 1.37 ms, Average NMS...

> 如果是voc数据集的话,把voc.py中54行左右的name = obj.find("name").text.lower().strip()改成name = obj.find("name").text.strip()试试 没用呢,我这边是拷贝的最新的yolox代码,那个位置已经是obj.find("name").text.strip() 。但是AP还是0

> > Me too!Why? The format of my datasets is XML ,is same as VOC. > > I have found the reason and solved it 你是怎么解决的呢?