Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

CenterNet model Inference using TensorFlow

This repository contains the code for CenterNet: Objects as Points - Anchor-free Object Detection Explained blogpost.

CenterNet: Objects as Points - Anchor-free Object Detection Explained

Use readily available Google Colab notebook Open in Colab or download the code below to work on your local system.

download

Requirements

python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt

Tested with Python 3.12.x.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.