he010103 / CFWCR

5th visual object tracking(VOT) tracker CFWCR
MIT License
130 stars 61 forks source link

How can I test the code in new dataset? #5

Open RenieWell opened 6 years ago

RenieWell commented 6 years ago

I can sucessfully run the code demo_CFWCR.m in your test data “sequences/Crossing”. So I add some new data for further test. I put the image files in the "sequences/frame/img" folder, and a groundtruth_rect.txt in the "sequences/frame". groundtruth_rect.txt I give only contained one line of coordinate in order tp initialize the program. And then, the demo_CRWCR can finished without error. However, in the output "results.res" only contained one coordinate, which I gave in groundtruth_rect.txt. Why the program didn't give some predict result? What was I have missed?