-
Notifications
You must be signed in to change notification settings - Fork 198
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
Track1/6_SPD_EST nullptr issue #10
Comments
Hi @danb31. Thanks for using our code. I am not exactly sure where the issue is, as |
Hi @zhengthomastang thanks for your help. When debugging I get the following outputs:
My data is structured in the following file format:
My trk2d.txt is in the following format, which I believe matches what is required in line 290?
|
@danb31 Do you have the input of camera calibration? Please also change the file/directory paths at Lines 214, 220, 226, 232, 238 and 244 of |
@zhengthomastang My camera calibration: Lines have been changed to match paths. |
@danb31 Please make sure that the length unit for the camera height (in translation matrix) is in mm. I am not sure where the crashes are caused from. Do you have some debug messages? |
My trk2d.txt is in the following format, which I believe matches what is required in line 290?
how I got that result in track2d.txt? |
@danb31 The format of input frames should be |
@danb31 Also, the detection scores are in percentage (between 0.0 and 100.0). Or you can tune the threshold for detection scores. |
Hi,@zhengthomastang |
@LionelLeee The 2018 AI City Challenge data are not available anymore. The scale was fine-tuned on the training set. |
@zhengthomastang |
@zhengthomastang ,Why multiply 2.23694f in SPD_EST_IPL |
@LionelLeee The scale and offset parameters are fine-tuned for each video, according to the speed limit for different road conditions. |
Hi,
I am trying to use the SPD_EST_IPL tool with Visual Studio (Windows 10), however keep getting the following error for line 24 of main.cpp (frame count):
I input tracking and camera parameters in the specified format, and reference the frame images directory.
Any idea on how to deal with this issue?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: