tensorflow-yolov4-tflite VS tensorrtx

Compare tensorflow-yolov4-tflite vs tensorrtx and see what are their differences.

tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite (by hunglc007)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tensorflow-yolov4-tflite tensorrtx
4 3
2,220 6,556
- -
0.0 8.0
11 months ago 6 days ago
Python C++
MIT License MIT License
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.

tensorflow-yolov4-tflite

Posts with mentions or reviews of tensorflow-yolov4-tflite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.

tensorrtx

Posts with mentions or reviews of tensorrtx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-06.
  • A Three-pronged Approach to Bringing ML Models Into Production
    1 project | dev.to | 6 Jul 2022
    In terms of the latter, this is quite common when employing non-standard SOTA models. You may discover a variety of TensorRT implementations on the web if you want to use popular models—for example, in the project where we needed to train an object-detection algorithm on Rutorch and deploy it on Triton, we used many cases of PyTorch -> TensorRT -> Triton. The implementation of the model on TensoRT was taken from here. You may also be interested in this repository, as it contains many current implementations supported by developers.
  • Dall-E 2
    16 projects | news.ycombinator.com | 6 Apr 2022
    I'll try them out. I have an RTX 2070, which apparently supports fp16. But it only has 8GB RAM.

    I used the instructions here to check: https://github.com/wang-xinyu/tensorrtx/blob/master/tutorial...

  • Increasing usb cam FPS with Yolov5 on a Jetson Xavier NX?
    1 project | /r/computervision | 8 Jul 2021
    Optimize your model using TensorRT. There is a good implementation here: https://github.com/wang-xinyu/tensorrtx/tree/master/yolov5

What are some alternatives?

When comparing tensorflow-yolov4-tflite and tensorrtx you can also consider the following projects:

darknet - YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )

TensorRT - NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

YOLOX - YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

v-diffusion-pytorch - v objective diffusion inference code for PyTorch.

edge-tpu-tiny-yolo - Run Tiny YOLO-v3 on Google's Edge TPU USB Accelerator.

dalle-mini - DALL·E Mini - Generate images from a text prompt

tensorflow-lite-YOLOv3 - YOLOv3: convert .weights to .tflite format for tensorflow lite. Convert .weights to .pb format for tensorflow serving

dalle-2-preview

Swin-Transformer-Tensorflow - Unofficial implementation of "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" (https://arxiv.org/abs/2103.14030)

SegmentationCpp - A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.

yolo-tensorrt - TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.

gpt-2 - Code for the paper "Language Models are Unsupervised Multitask Learners"