All Projects → rmalav15 → visualize-voc-format-data

rmalav15 / visualize-voc-format-data

Licence: other
A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to visualize-voc-format-data

Multiple-Object-Tracking
Blob detection of multiple objects with object indexing and drawning trajectories.
Stars: ✭ 18 (-21.74%)
Mutual labels:  opencv-python
staff identity card ocr project
Staff Identity Card OCR Project
Stars: ✭ 15 (-34.78%)
Mutual labels:  opencv-python
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+10391.3%)
Mutual labels:  opencv-python
easy-real-time-face-recognition-python
No description or website provided.
Stars: ✭ 30 (+30.43%)
Mutual labels:  opencv-python
colorize-video
colorize video using publicly available neural-networks
Stars: ✭ 24 (+4.35%)
Mutual labels:  opencv-python
FGO-Automata
一个FGO脚本和API フェイトグランドオーダー自動化
Stars: ✭ 92 (+300%)
Mutual labels:  opencv-python
velocity
Structure From Motion (SFM) for vehicle speed
Stars: ✭ 30 (+30.43%)
Mutual labels:  opencv-python
flask-ocr
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
Stars: ✭ 27 (+17.39%)
Mutual labels:  opencv-python
fyp-rescue-robot
This project is my final year capstone project - A self-navigating robot for search and rescue. We build a robot in ROS and integrate several functions: self-navigation, object detection and tracking, and an Arduino board to grab simple objects. The final demostration video is shown here: https://youtu.be/2dpzOpEn4hM
Stars: ✭ 32 (+39.13%)
Mutual labels:  opencv-python
Faster OpenCV 4 Raspberry Pi
A pre-compiled version of OpenCV 4 for Raspberry Pi optimized for deep learning / computer vision..
Stars: ✭ 46 (+100%)
Mutual labels:  opencv-python
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+121.74%)
Mutual labels:  opencv-python
Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+243.48%)
Mutual labels:  opencv-python
Face-Detection-in-Python-using-OpenCV
Face Detection with Python using OpenCV
Stars: ✭ 123 (+434.78%)
Mutual labels:  opencv-python
Indian-Number-Plate-Recognition-System
Indian Number Plate Recognition System built using OpenCV
Stars: ✭ 72 (+213.04%)
Mutual labels:  opencv-python
Opencv Python Tutorial
📖 OpenCV-Python image processing tutorial for beginners
Stars: ✭ 2,425 (+10443.48%)
Mutual labels:  opencv-python
Image-Processing
A set of algorithms and other cool things that I learned while doing image processing with openCV using C++ and python.
Stars: ✭ 29 (+26.09%)
Mutual labels:  opencv-python
cam-track
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
Stars: ✭ 27 (+17.39%)
Mutual labels:  opencv-python
camera-live-streaming
Camera Live Streaming with Flask and Open-CV
Stars: ✭ 69 (+200%)
Mutual labels:  opencv-python
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+66791.3%)
Mutual labels:  opencv-python
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (+513.04%)
Mutual labels:  opencv-python

Visualize Voc Dataset

A simple utility python application to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.

Requirements

  • beautifulsoup4==4.9.1
  • install==1.3.3
  • lxml==4.5.2
  • numpy==1.19.1
  • opencv-python==4.4.0.40
  • soupsieve==2.0.1

How to run

python main.py --root_dir [PASCAL VOC (format) dataset root directory] --type train

Keyboard Input Usage

  • a: previous image
  • d: next image
  • s: random image
  • q: quit program
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].