Anshul Parmar

Results 6 comments of Anshul Parmar

It is giving me error as: IndexError: list index out of range

@mnnurilmi No it's not working. It is giving the same results as earlier.

@hassan-mushtaq Yep It Helped... Thankyou

@sph1n3x what is the cmd you used? and you did it for custom dataset or coco dataset?

yeah it is still giving this error, how can we solve that?

Now it worked when I did this change; from=> member[4].findall('xmin')[0].text, member[4].findall('ymin')[0].text, member[4].findall('xmax')[0].text, member[4].findall('ymax')[0].text) to=> member[5].findall('xmin')[0].text, member[5].findall('ymin')[0].text, member[5].findall('xmax')[0].text, member[5].findall('ymax')[0].text)