Giter Club home page Giter Club logo

tensorflowdeepsorttracking's People

Contributors

omarabid59 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tensorflowdeepsorttracking's Issues

Video Writer

1.How to Write video output from it?
2.Video is looping continuously,how to stop it?

Video file instead of webcam?

I have a 'video.avi' file in the main directory, and I'd like to run this tracker on it. It seems like the only change I would need to make would be the initial thread_image = WebcamThread('Webcam Thread',1) line into something that locates and opens my video.

But I tried doing that and it didn't seem to work. Any suggestions?

What is the point of threads?

Hey,
I was just curious, what's the point of threads here? Wouldn't GIL just prevent you from utilizing multi CPU setting?

No module named 'object_detection'

E:\TensorflowDeepSortTracking-master>python object_tracking.py
Traceback (most recent call last):
File "object_tracking.py", line 6, in
from utilities import helper
File "E:\TensorflowDeepSortTracking-master\utilities\helper.py", line 2, in
from object_detection.utils import visualization_utils as vis_util
ModuleNotFoundError: No module named 'object_detection'

no module

ModuleNotFoundError: No module named 'object_detection'?
How can I solve this problem?

Possible to read from image folder

Is it possible to read images from the folder. Images have been taken from the panoramic camera on moving bike. How can be achieved with your code?

Thanks.

Custom trained ssd model

Hi, I am trying to implement this tracker for custom trained SSD model with 3 classes. But some reason the detections are not seen. What are the other changes need to me made apart from label.pbtxt file and the frozen_inference_graph file?

ImportError

when doing 'python object_tracking.py' ,turned out "ImportError:No module named ObjectTracking.deep_sort_tracker"
image

Difference from SORT

I have had chance to deeply study this project and the original deep sort project. And I review SORT and deep sort paper. Main difference between SORT and deep SORT is deep sort uses deep features of detected objects. Main deep sort repository has a features of MOT dataset as a npc file. And it loads this features. But when we do that in real time we need a deep network for feature extractor. As far as I review this project, there is no operation for feature extract. I just saw only this line for this operation:
feature = [1] self.feature = np.asarray(feature, dtype=np.float32) in here:

self.feature = np.asarray(feature, dtype=np.float32)

Am i miss something?

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.