How to use? Read our Help page.
Post the problem to our Github issues.
Have questions? Send an email to support@rectlabel.com.
├── images
│ ├── 0.jpg
│ └── 1.jpg
└── annotations
├── 0.xml or 0.txt
└── 1.xml or 1.txt
Drag & drop the root folder to the open table, child images and annotations/labels folders are automatically set.
└── root_folder
├── train
│ ├── images
│ └── labels
├── valid
│ ├── images
│ └── labels
└── test
├── images
└── labels
Once opened images and annotations folders, from the second launch, you can use command line arguments to RectLabel which image files should be opened.
open -a RectLabel --args -images 000000000872.jpg,000000010363.jpg
open -a RectLabel\ Pro --args -images 000000000872.jpg,000000010363.jpg
single folder
open -a RectLabel --args -images 000000000872.jpg
open -a RectLabel --args -images /Users/ryo/rcam/test_annotations/test/_test_min/images1500/000000000872.jpg
multiple folders
open -a RectLabel --args -images alice-pasqual-cOKmuKWSsiM-unsplash.jpg
open -a RectLabel --args -images chocolate/images/alice-pasqual-cOKmuKWSsiM-unsplash.jpg
open -a RectLabel --args -images /Users/ryo/rcam/test_annotations/test/_nested/donut-A/chocolate/images/alice-pasqual-cOKmuKWSsiM-unsplash.jpg
nested folders
open -a RectLabel --args -images alice-pasqual-cOKmuKWSsiM-unsplash.jpg
open -a RectLabel --args -images donut/chocolate/alice-pasqual-cOKmuKWSsiM-unsplash.jpg
open -a RectLabel --args -images /Users/ryo/rcam/test_annotations/test/_nested/nested1500/donut/chocolate/alice-pasqual-cOKmuKWSsiM-unsplash.jpg
You can open the exported YOLOv5/YOLOv8/YOLO11 folder.
└── exported_folder
├── data.yaml
├── train
│ ├── images
│ └── labels
├── valid
│ ├── images
│ └── labels
└── test
├── images
└── labels
You can specify the image number to show.
The annotation file is saved as {image_file_name}.xml in the PASCAL VOC xml format or {image_file_name}.txt in the YOLO text format.
You can close current images and annotations folders.