Supervisely
About
API Reference
SDK Reference
Search…
🤖
What's Supervisely
📌
Getting started
First Steps
FAQ
Support
📂
Data Organization
Core Concepts
Projects
Import & Export
Import via Browser
Import via Agent
Import via Links
Supported Formats
Images
Supervisely
Cityscapes
Mapillary
Pascal VOC
KITTI SemSeg
Videos
Supervisely Format
Storage
📝
Labeling
Editors
Jobs
Issues
Guides & Exams
🤝
Collaboration
Teams & Workspaces
Members
Sharing
⚙
Data Manipulation
Python Scripts
Data Commander
DTL
🔮
Neural Networks
Basics
Configurations
Examples
Smart Tool
🔧
Customization
Developer Portal
Plugins
Agents
SDK
API
👔
Enterprise Edition
Installation
Advanced Tuning
💡
Resources
Use Cases
Changelog
GitHub
Blog
Powered By
GitBook
Pascal VOC
Step 1. Download PascalVoc segmentation dataset
Step 2. Unpack archive
Step 3. Directory structure have to be the following:
.
├── ImageSets
│ └── Segmentation
│ ├── train.txt
│ ├── trainval.txt
│ └── val.txt
├── JPEGImages
│ ├── 2007_000032.jpg
│ ├── 2007_000033.jpg
│ ├── ...
├── SegmentationClass
│ ├── 2007_000032.png
│ ├── 2007_000033.png
│ ├── ...
└── SegmentationObject
├── 2007_000032.png
├── 2007_000033.png
├── ...
Step 4. Choose all (four) subdirectories and drag and drop them to browser.
If you will drag and drop parent directory instead of its contents, import will crash.
Previous
Mapillary
Next
KITTI SemSeg
Last modified
2yr ago
Copy link