Giter VIP home page Giter VIP logo

Comments (11)

gzc-123456-gzc avatar gzc-123456-gzc commented on August 21, 2024

@MuhammadAsadJaved My friend, don’t I remember that you could not track it before? How to successfully track the drone now

from detection_tracking_jetsontx2.

MuhammadAsadJaved avatar MuhammadAsadJaved commented on August 21, 2024

@MuhammadAsadJaved My friend, don’t I remember that you could not track it before? How to successfully track the drone now

Hi Dear, These are the same old screenshots, The first image is from the start of the program when it detected a drone, after that the bounding box disappeared during the tracking(in the second image) but still there is text GOTURN TRACKING and FPS information. So I just noticed that it is tracking the drone but not drawing the bounding box. we need to figure out this problem.

from detection_tracking_jetsontx2.

Boinet avatar Boinet commented on August 21, 2024

Hi guys thanks for your interest in the project!
From my experience when FPS goes above 30 and not bbox, it's a problem with the training of weights most probably yolo. I would suggest the following to debug the code:
1° shut the tracking off, and run only sliding detection window in non-real-time mode. This should make it clear whether it is a problem linked to the detection training.
2° Check the tracker itself to see what is the box input image and output box.

Good luck

from detection_tracking_jetsontx2.

MuhammadAsadJaved avatar MuhammadAsadJaved commented on August 21, 2024

Actually, Yolo is detecting very well, I have verified the detector with mainDetect.py

I will try again according to your suggestions. Thank you for your time and guidance.

from detection_tracking_jetsontx2.

MuhammadAsadJaved avatar MuhammadAsadJaved commented on August 21, 2024

Hi guys thanks for your interest in the project!
From my experience when FPS goes above 30 and not bbox, it's a problem with the training of weights most probably yolo. I would suggest the following to debug the code:
1° shut the tracking off, and run only sliding detection window in non-real-time mode. This should make it clear whether it is a problem linked to the detection training.
2° Check the tracker itself to see what is the box input image and output box.

Good luck

Hi Sir, @Boinet

I just figured it out the problem is with the tracker draw function.
https://github.com/tau-adl/Detection_Tracking_JetsonTX2/blob/master/DetectAndTrackUtils.py#L58

I just checked the x1 and x2 , y1 and y2 values was same, so tracker was not drawing bounding box. So i just added 50 and 30 in x2 and y2 to see the effect of the bounding box. Now it's drawing the bounding box but just after the detection ,the tracker's bounding box start moving at the bottom left. as you can see the first picture is detection and the second picture is very next frame after detection when it start tracking. So now I want to figure it out that why tracker's draw function is getting wrong values for bounding box. Which function is passing output to it? Do you have some problem to resolve this issue? As we already found the error so it may not take your too much time.

Update: Also checked for the tracker only

https://github.com/tau-adl/Detection_Tracking_JetsonTX2/blob/master/goturn/tracker/tracker_manager.py#L65

The bounding box values are same and far from object. So it might be weights problem. i will try it.

f1
f2

from detection_tracking_jetsontx2.

MuhammadAsadJaved avatar MuhammadAsadJaved commented on August 21, 2024

@gzc-123456-gzc Hi, It can detect but can't track. The tracker is writing wrong bounding boxes.

from detection_tracking_jetsontx2.

gzc-123456-gzc avatar gzc-123456-gzc commented on August 21, 2024

@Boinet Hello friends, do you have a trained caffemodel file here

from detection_tracking_jetsontx2.

gzc-123456-gzc avatar gzc-123456-gzc commented on August 21, 2024

@MuhammadAsadJaved Actually I think you can use Trim840.mp4 video to try its detection and tracking effect

from detection_tracking_jetsontx2.

MuhammadAsadJaved avatar MuhammadAsadJaved commented on August 21, 2024

Have you tried that video? @gzc-123456-gzc

from detection_tracking_jetsontx2.

gzc-123456-gzc avatar gzc-123456-gzc commented on August 21, 2024

@Boinet Hello , do you have Trim840.mp4 video here

from detection_tracking_jetsontx2.

gzc-123456-gzc avatar gzc-123456-gzc commented on August 21, 2024

@MuhammadAsadJaved Not yet, my environment configuration keeps going wrong. By the way, do you have Trim840.mp4 here?

from detection_tracking_jetsontx2.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.