This repository contains the code for CenterNet: Objects as Points - Anchor-free Object Detection Explained blogpost.
Use readily available Google Colab notebook or download the code below to work on your local system.
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
Tested with Python 3.12.x.
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.


