Aditya Tandon
Aditya Tandon
Can confirm the same is required for ROS Melodic too
Using Jetpack 4.6.2 on the Jetson Nano. Faced the same issue as @barney2074 despite installing everything with the NVIDIA SDK Manager. The core dumped error starts popping up when installing...
Hey @adityachintala, YOLOv5 has a script that allows quick conversion for the VisDrone format to the YOLO format. Check it out [here.](https://github.com/ultralytics/yolov5/blob/master/data/VisDrone.yaml)
Hey @Gareth1995, I dont remember seeing a full explanation of the code anywhere. However, I can offer my two cents on what I've understood. In the original annotations, the first...
Hi @miladnasiri , I've attached a ZIP file with the annotations for the VisDrone dataset in both - the original format (under the annotations folder) and the converted YOLO format...
Hey @miladnasiri I just updated my earlier comment to ensure the link is working now. No, I only attempted the detection task with images and did not do the SOT...
It was recently brought to my attention that the files I had uploaded with the annotations were incomplete. I've recently fixed these annotations and now if you're looking for a...
If you're looking for a better way to convert the annotations with a cleaner script, I had been working on this sometime back. I've added the code to convert the...
Thanks for the posting this update here. I had a similar issue but the information you provided helped. For everyone building their workspace with _catkin tools_ (using `catkin build`), a...