Jtheta.ai Docs
Launch Jtheta.ai
  • Getting Started
    • 🎯Introduction
  • πŸ§‘β€πŸ’»Login/Signup
  • WORKSPACE MANAGEMENT
    • 🏑Create Workspace
    • πŸ—οΈUser Access
    • πŸ‘¨β€πŸ’ΌUser Management
  • PROJECT MANAGEMENT
    • πŸ“Create Project
    • πŸ–ŠοΈAnnotation
      • ✈️AI Assist
      • βͺReview
      • πŸŒ€Types of Annotation
  • πŸ“–Project Analytics
  • DATASET MANAGEMENT
    • ◀️Release Version
    • πŸ“Manage Dataset
    • πŸ“°Clone Dataset
  • Jtheta REST API
    • βš™οΈJtheta API documentation
    • πŸ”Get started with REST API
      • Authentication
      • Create Project
      • Create Dataset
      • Upload images to a Dataset
      • Get Annotation Status
      • Request Annotations
      • Delete Project
      • Download Dataset
  • AUTHENTICATION
    • πŸ”‘ Create JTheta API Key
  • PYTHON SDK
    • JTheta Python SDK
Powered by GitBook
On this page
  • πŸ”§ When to Use Cloning
  • πŸ“‚ How to Clone a Dataset
  • βœ… What’s Included in the Clone
  • πŸ‘₯ Collaboration Benefits
  • πŸ” Permissions
  1. DATASET MANAGEMENT

Clone Dataset

Easily duplicate a dataset to collaborate across teams or projects.

PreviousManage DatasetNextJtheta API documentation

Last updated 16 days ago

The Clone Dataset feature allows you to create a copy of an existing dataset, so you can share it with other annotators or use it in a new project β€” without affecting the original data.


πŸ”§ When to Use Cloning

  • Share the same dataset with different annotators

  • Run parallel annotation tasks (e.g., quality review, AI-assisted vs. manual annotation)

  • Preserve the original dataset while making experimental changes

  • Distribute workload across multiple team members or teams


πŸ“‚ How to Clone a Dataset

  1. Go to your Project Dashboard

  2. Click the β€œDataset” tab

  3. Select the dataset you want to clone

  4. Click the β€œClone Dataset” button

  5. Give your cloned dataset a new name

  6. Click Confirm


βœ… What’s Included in the Clone

  • All images

  • Annotations (including bounding boxes, polygons, etc.)

  • Metadata (class names, tags, etc.)

🚫 Cloning does not carry over submission or version history. The cloned dataset starts fresh, allowing new annotations or edits.


πŸ‘₯ Collaboration Benefits

  • Let multiple annotators work on different versions of the same dataset

  • Avoid conflicts or overwrite risks

  • Enable task-specific projects while keeping your original dataset untouched


πŸ” Permissions

Only Project Admins or Dataset Owners can perform cloning. Cloned datasets follow the permissions of the new project they are assigned to.

πŸ“°