Git Product home page Git Product logo

generate-yolo-label's Introduction

Video to Frame and YOLO Label Generator

This project consists of two main scripts: video2frame.py and generate_label.py. These scripts facilitate the conversion of a video into individual frames and the generation of YOLO format labels for the detected objects in each frame.

File Structure

  • video2frame.py: Python script to convert a video into individual frames.
  • generate_label.py: Python script to generate YOLO format labels for the detected objects in the frames.
  • labels/: Folder to store the generated YOLO format labels.
  • model/: Folder containing the pre-trained YOLO model and related files.
  • output_frame/: Folder to store the output frames extracted from the video.

Usage

  1. Place your input video file in the project folder.
  2. Run video2frame.py to convert the video into individual frames. The output frames will be saved in the output_frame/ folder.
  3. Run generate_label.py to generate YOLO format labels for the detected objects in the frames. The generated labels will be stored in the labels/ folder.

Requirements

  • Python 3.9
  • OpenCV (cv2)
  • Pre-trained YOLO model (located in the model/ folder)

generate-yolo-label's People

Contributors

nganltp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.