XinkaiJi / OpenVTER

an open vehicle trajectory extraction framework based on rotated bounding boxes
Apache License 2.0
5 stars 0 forks source link

A question about stabilization #3

Open lycylycyl opened 3 hours ago

lycylycyl commented 3 hours ago

I found your paper very interesting and useful for my research. But I have a question regarding the demo: Where can I find the 'affine_trans_matrix_20220303_5_E_300.pkl' file?

XinkaiJi commented 3 hours ago

Thank you. This file is generated by the video stabilization step. For example, use this code "python video_inference_main.py -s 1 -e 1 -c config/demo_config/video_config/20220303_5_E_300.json".

lycylycyl commented 2 hours ago

Oh! I understand now; I made a mistake when I used the demo. The problem has been resolved. Thank you!