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
I used part of train dataset to evalute my detection results, but it seems doesn't work.
ValueError
cannot reshape array of size 35 into shape (6,5)
File "/home/tartisan/work/github/dataset-api/3d_detection_tracking/eval.py", line 334, in assignPair
subPair = pair[mask].reshape(subShape)
File "/home/tartisan/work/github/dataset-api/3d_detection_tracking/eval.py", line 373, in seekBijection
framePairs[:gtNum, dtInds] = np.multiply(assignPair(score, pair), ~invalidInds)
File "/home/tartisan/work/github/dataset-api/3d_detection_tracking/eval.py", line 456, in evaluate
typeFilterFlag, gtCubeTypes[objType], dtCubeTypes[objType])
File "/home/tartisan/work/github/dataset-api/3d_detection_tracking/eval.py", line 488, in main
evaluate(args.modeType, args.dataType, dtPath, evalList, args.objTypes, args.minScores, objIdFlag, args.minIoUs, args.typeFilterFlag, gts, args.apSampleNum)
File "/home/tartisan/work/github/dataset-api/3d_detection_tracking/eval.py", line 493, in <module>
main()
The text was updated successfully, but these errors were encountered:
I used part of train dataset to evalute my detection results, but it seems doesn't work.
The text was updated successfully, but these errors were encountered: