Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SamMorgan
/
yolo_v4_tflite

Object Detection
TF-Keras
LiteRT
English
object detection
computer vision
darknet
yolo
Model card Files Files and versions
xet
Community

Instructions to use SamMorgan/yolo_v4_tflite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • TF-Keras

    How to use SamMorgan/yolo_v4_tflite with TF-Keras:

    # Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
    # See https://github.com/keras-team/tf-keras for more details.
    from huggingface_hub import from_pretrained_keras
    
    model = from_pretrained_keras("SamMorgan/yolo_v4_tflite")
    
  • Notebooks
  • Google Colab
  • Kaggle
yolo_v4_tflite / core
82 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
SamMorgan
Adding more yolov4-tflite files
20e841b over 4 years ago
  • __pycache__
    Adding more yolov4-tflite files over 4 years ago
  • backbone.py
    8.3 kB
    Adding more yolov4-tflite files over 4 years ago
  • common.py
    2.92 kB
    Adding more yolov4-tflite files over 4 years ago
  • config.py
    1.71 kB
    Adding more yolov4-tflite files over 4 years ago
  • dataset.py
    14 kB
    Adding more yolov4-tflite files over 4 years ago
  • utils.py
    12.3 kB
    Adding more yolov4-tflite files over 4 years ago
  • yolov4.py
    16 kB
    Adding more yolov4-tflite files over 4 years ago