-
Notifications
You must be signed in to change notification settings - Fork 4
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
Question about sodft_visma #1
Comments
Yes, the tracker waits for bounding box messages from an external source. But you can modify the code so that the tracker operates by itself. |
Thanks for your reply. I looked into the code closely again. I found, actually in I am trying to run this app, but now the code stuck in VISMA-tracker/tracker/tracker_sir.cpp Line 56 in b52c94b
with level==1. I am not familiar with the particle filter and do not know how to fix the problem. Could you help me out? BTW, there is a typo in VISMA-tracker/tracker/tracker_utils.cpp Line 25 in b52c94b
StrFormat("%s/%s", root, cat_json);
|
Hi, @yangfengt123. VISMA-tracker/tracker/tracker_sir.cpp Line 56 in b52c94b
More specifically, the code stuck in VISMA-tracker/tracker/tracker_sir.cpp Line 233 in 4116ba1
@yangfengt123 Did you solved the problem? @feixh Do you have any suggestions about that? |
Hi,
Thanks for sharing the code.
I have downloaded the VISMA dataset and successfully compiled both the dataset tools and this code (using
build.sh
). I also modified the paths in.json
files, but I am not sure how can I use the apps.I tried to executive the
sodft_visma
, but I found the code was stuck insocket->send(msg);
. I assumed the msg will be sent to the faster RCNN model, and request the bbox. But I do not know how it works.Shall I somehow build a Faster RCNN agent using the code in
scripts
, or I missed some points during the compilation?Thank you in advance.
The text was updated successfully, but these errors were encountered: