YOLOv4-Counter-in-TF icon indicating copy to clipboard operation
YOLOv4-Counter-in-TF copied to clipboard

An implementation of a tracker using yolov4, tf and sort_tracker. (still in development)

Results 5 YOLOv4-Counter-in-TF issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.9.3. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

Traceback (most recent call last): File "detect.py", line 104, in app.run(main) File "D:\ProgramData\Anaconda3\envs\yolov4\lib\site-packages\absl\app.py", line 299, in run _run_main(main, args) File "D:\ProgramData\Anaconda3\envs\yolov4\lib\site-packages\absl\app.py", line 250, in _run_main sys.exit(main(argv)) File "detect.py", line 70,...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Hello thank you for your great work !! I trained yolov4-tiny with 2 classes (608 img size and changed anchors and tested its ok) then converted to tf . When...

On detectvideo_counter.py file, Is there any variable that contains object's class name? or just class number (ex> dog > 1 / cat > 2) Can you help me some?