You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
数据预处理中的输出数据格式目前是数字标签在第一格,但是train中对于数据的解码是使用找下标的方式,修改后开始可以运行,但是会报dataloader/DetLoad/transform_img.py line 251, in random_scale
(new_polys.shape[0], polys.shape[1] // 2, 2))
IndexError: tuple index out of range
的错,不知道数据预处理和训练的代码版本是否匹配啊