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

Unable to produce the repository results based upon v-iou tracker for visdrone dataset #25

Open
hlmhlr opened this issue Jun 14, 2021 · 0 comments

Comments

@hlmhlr
Copy link

hlmhlr commented Jun 14, 2021

Hi,
I am unable to produce the results for visdrone-mot-val dataset based upon v-iou as reported in the repository. Procedures , I am following, are:

  1. Run the "./visdrone-mot.sh" command and it produces separate csv(equivalent to number of input sequences) files based upon v-iou tracker. I dont know where to give these cvs files as input for the producing the mentioned results. Can any one guide please? Visdrone toolkit has no option to give these files as input. DETRAC toolkit is not available to download.

  2. Also, I downloaded the Visdrone-mot-toolkit for the evaluation. I placed the v-iou tracker files in the ./tracker folder of the toolkit. I run the "run_tracker.m" file from the matlab to produce the results but following error is produced every time. Can anyone able to resolve this issue in producing the repository results for visdrone dataset. I shall be thankful.
    Kind Regards,


tracking the sequence 1/6...

error while calling the python tracking module:

Error using viou_tracker>track_viou_matlab_wrapper (line 220)
Python Error: ValueError: cannot reshape array of size 138720 into shape (7,newaxis)

Error in runTrackerAllClass (line 32)
[resClass, runTime] = run_tracker(sequence, curdetections);

Error in evalMOT (line 29)
runTrackerAllClass(isSeqDisplay, isNMS, detPath, resPath, seqPath, evalClassSet, threSet, nmsThre, trackerName);
Error using runTrackerAllClass (line 44)
error in running the tracker!

Error in evalMOT (line 29)
runTrackerAllClass(isSeqDisplay, isNMS, detPath, resPath, seqPath, evalClassSet, threSet, nmsThre,
trackerName);

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