yolov4-deepsort VS treecounter-ML

Compare yolov4-deepsort vs treecounter-ML and see what are their differences.

yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow. (by theAIGuysCode)

treecounter-ML

A simple application that detects and counts the number of trees in a vineyard. Makes use of darknet and OpenCV. (by sampreets3)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
yolov4-deepsort treecounter-ML
5 3
1,287 6
- -
0.0 2.6
23 days ago over 2 years ago
Python Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

yolov4-deepsort

Posts with mentions or reviews of yolov4-deepsort. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-13.
  • Trying to count hikers/day in a video stream
    1 project | /r/MLQuestions | 14 Jun 2021
    I have a video stream of a hiking trail and am trying to count the number of hikers per day. The camera never moves. At night you can also see headlamps :). Direction not as important as just a count of bodies passing through the image in a given time period. https://drive.google.com/file/d/1BwLzyHhrLafyAj5kYn-AfDVBtBBVQCsO/view. I've tried https://github.com/theAIGuysCode/yolov4-deepsort on the stream but it isn't picking up the people, maybe they're too low res for TF Object Detection?
  • How do I train the DeepSORT tracker for a custom class?
    2 projects | /r/computervision | 13 Apr 2021
    I am trying to track objects in a sequence of images in order to count them. I was looking around for robust trackers since in my case, the camera moves with respect to the object. I found the DeepSORT tracker online and it seems like the solution to my problem. However, I am not sure of how I could train it for my own custom classes. I am currently looking at this repository and it seems to almost do the things I want, except for the counting part. Can anyone explain to me how I can train the DeepSORT tracker for my own classes? I am already training a YOLOv4 model on these custom classes. As a result, I have collected a labelled dataset for the training and validation purposes, and if I have to use images for the training.
  • Help needed with object tracker implementation
    2 projects | /r/computervision | 24 Mar 2021
    I have tried to implement the YOLOv4 + DeepSort tracking from the AI Guys code presented here, just to get an idea of how to go about this, but from what I understand, I will need to train the DeepSORT tracker for detecting my own classes. I do not know how to do that.
  • Will Object Detection models trained on images work on videos too?
    1 project | /r/MLQuestions | 3 Jan 2021
    You can try a detection and tracking paradigm for videos - it would be a lot more accurate than detection only without the need re-detect every frame which spends a lot of compute. E.g.: https://github.com/theAIGuysCode/yolov4-deepsort
  • Installing tensorflow with gpu makes me want to blow my brains out
    3 projects | /r/tensorflow | 28 Dec 2020
    And totally unecessary!! Next day, I discovered a GitHub project that simply used conda, as below.

treecounter-ML

Posts with mentions or reviews of treecounter-ML. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-03.
  • Is it possible to get the feature map from OpenCV's DNN module?
    2 projects | /r/computervision | 3 May 2021
    You can take a look at an example implementation of the code here. I was wondering how I can extract the feature maps from a particular layer using the dnn module. I thought of using the net.forward() to do it, but I am not sure if this is the correct way, and more importantly, I do not want to run two forward passes on the same image(I do not think it will be an elegant implementation).
  • Bounding Box Filtering after using YOLOv4
    1 project | /r/computervision | 9 Apr 2021
    Overlapping Bounding Boxes: As you can see from the image, I have quite a lot of overlapping bounding boxes around each detected object. I did some reading online, and found that I needed to use Non Maxima Suppression to filter the detections. I did that, and adjusted the NMS_THRESH parameter(The current results are at confidence threshold of 95% and NMS threshold of 100%). I am perplexed by this, and what I would like to have is some sort of a filter, where say if I already have a box at (x, y, w, h), then there should be like a barrier around the surrounding n pixels, where even if a box is detected, it will not be placed. If you want to take a look at my code, you can find the repository here and the particular file here.
  • Help needed with object tracker implementation
    2 projects | /r/computervision | 24 Mar 2021
    I am not being able to work the Sort tracker into my current application code. It would be great if any of you could help me out here. The program crashes when I use the tracker.update() method.

What are some alternatives?

When comparing yolov4-deepsort and treecounter-ML you can also consider the following projects:

Deep-SORT-YOLOv4 - People detection and optional tracking with Tensorflow backend.

Laser_control - Laser for control mosquito, weed, and pest

tensorflow-yolov4-tflite - YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.3.1, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite

norfair - Lightweight Python library for adding real-time multi-object tracking to any detector.

multi-object-tracker - Multi-object trackers in Python

remote - Moved to https://github.com/labmlai/labml/tree/master/remote

pyenv-installer - This tool is used to install `pyenv` and friends.

zero-shot-object-tracking - Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.

deep_sort - Simple Online Realtime Tracking with a Deep Association Metric

py-motmetrics - :bar_chart: Benchmark multiple object trackers (MOT) in Python

VolleyVision - Applying Deep Learning Approaches to Volleyball Data

FastMOT - High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀