Detectron trained his picture dataset to appear TypeError: string indices must be integers.

I would like to ask why my picture is named 000001.jpg 000002.jpg. Why would I report this error

after training?

0000001 cannot be counted as an integer. Python will report an error and convert it through int ('0000001') `.


this is because the imges, in my voc_2007_test.json should be list containing a bunch of dictionaries. Although yours is a dictionary, you also need to wrap it in list, otherwise the subscript access will report an error

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bf54-2babd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bf54-2babd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?