Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3 for RoboCup "What is That" Project

Python YOLOv3 RoboCup

📌 Project Overview

This project provides a production-ready YOLOv3 implementation specifically tailored for the object recognition challenge in RoboCup. It focuses on real-time detection and is designed for robotics competitions. Due to the large size of the dataset and weights, they cannot be uploaded here. This repository focuses on the communication and learning aspects of the dataset processing script.
If you want to learn more about YOLOv3, please refer to the readme_.md.

⚠️ Dataset & Weights

Due to GitHub restrictions:

  • Competition dataset (15GB) is available at the RoboCup Data Portal.
  • Pretrained weights:
    • Official YOLOv3 weights:
      wget https://pjreddie.com/media/files/yolov3.weights -P models/

🛠️ Setup & Installation

  1. Create a Conda Environment:
    conda create -n robocup python=3.7
    conda activate robocup

About

YOLOv3 for RoboCup "What is That" Project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages