|
2 年之前 | |
---|---|---|
.. | ||
src | 2 年之前 | |
LICENSE | 2 年之前 | |
MANIFEST.in | 2 年之前 | |
README.md | 2 年之前 | |
pyproject.toml | 2 年之前 | |
setup.py | 2 年之前 |
This respository contains code for the blog post Building An Automated Image Annotation Tool: PyOpenAnnotate.
pip install pyOpenAnnotate
Annotating images using pyOpenAnnotate is pretty simple. Use the command annotate
followed by the following flags as per the requirement.
annotate --img <images_directory_path>
annotate --vid <path_to_video_file>
-T : View mask window.
--resume <existing-annotations-dir>: Continue from where you left off.
--skip <int(Frames)> : Frames to skip while processing a video file.
Click and Drag: Draw bounding boxes.
Double Click: Remove existing annotation.
Visualize your annotations using the showlbls
command.
showlbls --img <single_image_or_a_directory> --ann <single_annotation_text_file_or_a_directory>
N or D : Save and go to next image
B or A : Save and go back
C : Toggle clear screen (during annotation)
T : Toggle mask window (during annotation)
Q : Quit
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.