Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jusolo/labelWise/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started Right
Organize Before You Annotate
Preparation steps:- Group similar images together
- Ensure consistent naming conventions
- Remove any corrupted or duplicate images
- Verify all images are in supported formats (JPEG, PNG, WebP, etc.)
Efficient Annotation Techniques
Use Copy and Paste for Similar Objects
The most powerful workflow optimization in labelWise is the copy/paste feature: Example workflow:- Annotate a car in the first image with precise boundaries
- Press
Ctrl/Cmd + Cto copy - Navigate to the next image with a similar car
- Press
Ctrl/Cmd + Vto paste - Drag to reposition and resize if needed
- Repeat for all similar images
Multi-Select for Batch Operations
Batch workflow:- Annotate all objects on an image
- Hold
Ctrl/Cmdand click each annotation to select them all - Copy all annotations with
Ctrl/Cmd + C - Go to a similar image
- Paste all annotations at once
- Adjust individual positions as needed
Use Grid Guides for Alignment
The grid is displayed at 32px intervals (configurable viaGRID_SIZE constant) and helps maintain visual consistency across annotations.
Label Management
Bulk Label Creation
Label Naming Conventions
Best practices for label names:- Use lowercase (labelWise automatically converts to lowercase)
- Keep names short but descriptive (
carnotautomobile_vehicle) - Use underscores for multi-word labels (
traffic_lightnottraffic light) - Be consistent across your dataset
- Avoid special characters and emojis
Pre-Define Your Label Set
Canvas Navigation
Zoom and Pan Effectively
For detailed work:- Switch to Pan mode (click Mover button)
- Use the + button to zoom in up to 300%
- Drag the canvas to navigate
- Switch back to Draw mode to create annotations
- Use Reset to return to 100% zoom
Two-View Workflow
Toggle between Canvas and CSV views to leverage different perspectives:- Canvas view: Visual annotation, drawing, positioning
- CSV view: Precise numeric adjustments, bulk review, label changes
Export Habits
Save Early, Save Often
Recommended export schedule:- After completing each batch of 10-20 images
- Before taking a break
- Before closing the browser
- After any significant annotation session
Incremental Exports
Exported CSV files are namedannotations-YYYY-MM-DD.csv. To avoid overwriting:
- Rename downloaded files immediately (add batch number, timestamp, etc.)
- Keep a backup folder with dated exports
- Merge CSVs in Excel or Python if working in multiple sessions
Annotation Quality Tips
Consistent Bounding Box Strategy
Decide on a consistent strategy for all annotations: Tight boxes: Touch the object edges with minimal background- Pros: More precise, better for segmentation models
- Cons: Time-consuming, harder on complex shapes
- Pros: Faster annotation, more forgiving
- Cons: Less precise, may include irrelevant context
Handle Occlusions
For partially visible objects:- Annotate the visible portion only (don’t guess the hidden part)
- Use consistent label names for partial views if relevant to your model
- Consider creating separate labels like
person_partialif occlusion is important
Edge Cases
Objects cut off by image boundary:- Annotate the visible portion
- Extend box to image edge (coordinates are clamped automatically)
- Annotate all objects, even if boxes overlap
- Z-order doesn’t matter in CSV export
- Use multi-select to manage overlapping annotations
Performance Tips
Image Loading
Browser Considerations
- Use Chrome or Edge for best performance
- Close unused tabs to free memory
- Disable unnecessary browser extensions
- For very large images (>4K resolution), consider resizing before annotation
Collaborative Workflows
Splitting Work Across Team Members
- By image set: Divide images into folders, each person annotates their folder
- By label type: Person A annotates vehicles, Person B annotates pedestrians
- By review phase: Person A annotates, Person B reviews and corrects
Merging Annotations
Since labelWise uses CSV format, you can merge work:Keyboard-First Workflow
For maximum speed:- Pre-create all labels
- Select first label
- Load images
- Draw annotations on first image
Ctrl/Cmd + Cto copy all annotations- Arrow key or click to next image
Ctrl/Cmd + Vto paste- Adjust positions
- Repeat from step 6
- Export CSV every 20 images