fzh0917 / STMTrack

STMTrack: Template-free Visual Tracking with Space-time Memory Networks
BSD 3-Clause "New" or "Revised" License
78 stars 16 forks source link

Issues about the json files of UAV123 datasets #6

Closed 20713 closed 3 years ago

20713 commented 3 years ago

Dear author, Should I put the JSON file of the UAV dataset in the same level directory of the uav123 python file? And, where is the the json files of UAV123 datasets .Could you share it? Thanks a lot!

fzh0917 commented 3 years ago

Dear author, Should I put the JSON file of the UAV dataset in the same level directory of the uav123 python file? And, where is the the json files of UAV123 datasets .Could you share it? Thanks a lot!

Hello, my friend, what's the JSON file? Here is the directory information of my used UAV123 dataset. I believe that It's easy to download it from the official website for you. image Good luck!

20713 commented 3 years ago

Thanks for your reply! As you said ,it is easy to download the uav123 datasets .But .When i test your model with UAV123 dataset .I run the "python test.py --config /home/yingjy/STMTrack-main/experiments/stmtrack/test/UAV123/stmtrack-googlenet-uav123.yaml" command .An error happened ,it remined me that there is no uav123.json file. In your code,i found where is the uav123.json file appears. As shown in the figure  below:

And how i test your model with the UAV123 dataset? Thanks a lot!

------------------ 原始邮件 ------------------ 发件人: "fzh0917/STMTrack" @.>; 发送时间: 2021年8月5日(星期四) 晚上9:58 @.>; @.**@.>; 主题: Re: [fzh0917/STMTrack] Issues about the json files of UAV123 datasets (#6)

Dear author, Should I put the JSON file of the UAV dataset in the same level directory of the uav123 python file? And, where is the the json files of UAV123 datasets .Could you share it? Thanks a lot!

Hello, my friend, what's the JSON file? Here is the directory information of my used UAV123 dataset. I believe that It's easy to download it from the official website for you.

Good luck!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

fzh0917 commented 3 years ago

It seems something went wrong. I can't see your figure. Besides, it will be very convenient for us if you could paste the error log here.

20713 commented 3 years ago

Thanks for your reply! Did you mean that you can't see the pictures that i sent you? OK,i recorded the error log and screenshot as follows. screenshot:

error logs:

"Traceback (most recent call last):   File "test.py", line 72, in <module>     tester.test()   File "/home/yingjy/STMTrack-main/videoanalyst/engine/tester/tester_impl/uav123.py", line 64, in test     report_dir=report_dir)   File "/home/yingjy/STMTrack-main/videoanalyst/evaluation/got_benchmark/experiments/uav123.py", line 27, in init     self.dataset = UAV123(root_dir, version)   File "/home/yingjy/STMTrack-main/videoanalyst/evaluation/got_benchmark/datasets/uav123.py", line 29, in init     self._check_integrity(root_dir, version)   File "/home/yingjy/STMTrack-main/videoanalyst/evaluation/got_benchmark/datasets/uav123.py", line 83, in _check_integrity     with open(meta_file) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/yingjy/STMTrack-main/videoanalyst/evaluation/got_benchmark/datasets/uav123.json'              "

So, could you give me some resolutions about how to test your model with uav123 datasets? I'm very interested in your method.  I hope I can get your advice. Looking  forward to your reply. Wishing you a happy life.

------------------ 原始邮件 ------------------ 发件人: "fzh0917/STMTrack" @.>; 发送时间: 2021年8月6日(星期五) 晚上7:01 @.>; @.**@.>; 主题: Re: [fzh0917/STMTrack] Issues about the json files of UAV123 datasets (#6)

It seems something went wrong. I can't see your figure. Besides, it will be very convenient for us if you could paste the error log here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

fzh0917 commented 3 years ago

You are right. There is indeed a uav123.json file. It's my mistake. I submitted my local PC's project to here, instead of the remote server's one. Actually, This repository is built on top of the SOT codebase video_analyst, so you can download the uav123.json file as well as the lasot.json file from here: https://github.com/MegviiDetection/video_analyst/tree/master/videoanalyst/evaluation/got_benchmark/datasets.

fzh0917 commented 3 years ago

This issue is closed. Feel free to create new issues if you have any questions.