lighttrack
lighttrack copied to clipboard
How to merge annotation json file?
Hi,@Guanghan thanks for your great work! I have a problem, as the downloaded annotation files are separated json files, which way do you merge them into one file? Could you give the code to merge these files? Thanks very much!
Dear Yun Shen Sorry, I don't have the code because I haven't finshed my work and plan not to use lighttrack anymore.Maybe you can ask others? Your sincere Zhuxian Liu
------------------ 原始邮件 ------------------ 发件人: "Yun Shen"<[email protected]>; 发送时间: 2020年2月24日(星期一) 中午1:58 收件人: "Guanghan/lighttrack"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [Guanghan/lighttrack] How to merge annotation json file? (#42)
Hi, thanks for your great work! I have a problem, as the downloaded annotation files are separated json files, which way do you merge them into one file? Could you give the code to merge these files? Thanks very much!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi, could you please share your env dependencies file with all the version numbers? and the cuda toolkit version.
When you first ran demo_video_mobile.py did you see the following error?
Traceback (most recent call last): File "demo_video_mobile.py", line 28, in <module> from nms.gpu_nms import gpu_nms ImportError: /home/peeterson/Desktop/lighttrack/HPE/../lib/nms/gpu_nms.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration
If you did could you share how you solved it? thanks.