Web UI Upload
To upload datasets via the web UI, follow these steps:- Navigate to Uploads: Access the project details page and locate the “Uploads” section in the left sidebar. Click on it to proceed.
-
Click “Upload Dataset”: Within the Uploads section, click on the
Upload Dataset
button. This action will open a modal window to initiate the upload process. -
Select Dataset: In the modal window, select the dataset files you wish to upload from your computer. Supported image formats include
JPG
,PNG
, andDICOM
files. - Upload Dataset: After selecting the dataset files, proceed to upload them by clicking the “Upload” button. The upload progress will be displayed, and upon completion, the datasets will be added to your project.
SDK Upload
To upload datasets via our SDK, follow these steps:- Navigate to Uploads: Access the project details page and locate the “Uploads” section in the left sidebar.
- Click “Upload via API”: Within the Uploads section, click on the “Upload via API” option. This will provide instructions and resources to install and utilize our SDK for dataset uploads.
- Install SDK: Follow the provided instructions to install the SDK compatible with your development environment.
- Use SDK to Upload: Once the SDK is installed, use its functions or methods to upload datasets programmatically. Refer to the SDK documentation for guidance on how to use its upload capabilities.
The Python SDK allows you to upload an entire dataset including annotations in
both YOLO and Pascal VOC formats
Python SDK
Integrate Epigos into your Python application.
Node.js SDK
Integrate Epigos into your Node server.
Supported Formats and Size Limit
- Supported Image Formats:
JPG
,PNG
, andDICOM
files. - Maximum Upload Size: Each dataset file must not exceed 10MB in size.