Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eval.py in 3d object detection doesn't work #108

Open
Tartisan opened this issue Mar 16, 2022 · 0 comments
Open

eval.py in 3d object detection doesn't work #108

Tartisan opened this issue Mar 16, 2022 · 0 comments

Comments

@Tartisan
Copy link

Tartisan commented Mar 16, 2022

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant