You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,141 +8,72 @@ Live Demo: https://flagopen.github.io/RoboCOIN-DataManager/
8
8
9
9
## What is RoboCOIN DataManager?
10
10
11
-
RoboCOIN DataManager is a user-friendly web application designed to help you easily browse, explore, and download datasets from the RoboCOIN project. Whether you're a researcher, developer, or robotics enthusiast, this tool provides an intuitive interface to discover and obtain the robotic manipulation data you need for your projects.
12
-
13
-
### Key Features
14
-
-**Browse RoboCOIN Datasets**: Explore hundreds of robotic manipulation episodes with video previews
15
-
-**Advanced Filtering**: Find specific datasets by scene, robot type, actions, and objects
16
-
-**Video Previews**: Watch short video clips of robotic tasks directly in your browser
17
-
-**Batch Download**: Select multiple datasets and generate download commands for bulk acquisition
18
-
-**Multi-Source Support**: Download from both ModelScope and HuggingFace repositories
19
-
20
-
> ⚠️ **Important**: Before downloading datasets through this web interface, please install the [RoboCOIN project](https://github.com/FlagOpen/RoboCOIN) to get the best download experience with pre-built batch download scripts:
21
-
> ```bash
22
-
> pip install robocoin
23
-
>```
24
-
25
-
## How the Web App Works
26
-
27
-
This web application loads RoboCOIN dataset information directly in your browser and provides an interactive interface to explore and selectdatasets. Here's how it works:
28
-
29
-
### Data Loading Process
30
-
1. **Dataset Discovery**: The app loads metadata for all available RoboCOIN datasets
31
-
2. **Video Previews**: Short video clips are loaded for previewing robotic tasks
32
-
3. **Interactive Filtering**: You can filter datasets by various criteria like robot types, scenes, and actions
33
-
4. **Download Generation**: Selected datasets are used to generate Python download commands
34
-
35
-
### Browser Requirements
36
-
- **Modern Browsers**: Chrome 61+, Firefox 60+, Safari 11+, Edge 61+, or Opera 48+
37
-
- **JavaScript**: Must be enabled (the app uses modern ES6 modules)
38
-
- **Internet Connection**: Required for loading dataset information and video previews
39
-
40
-
## Main Features
41
-
42
-
### 1. Dataset Exploration
43
-
- **Visual Previews**: Watch short video clips of robotic manipulation tasks
44
-
- **Detailed Information**: View comprehensive metadata for each dataset including robot types, scenes, actions, and objects
45
-
- **Responsive Design**: Works seamlessly on desktop, tablet, and mobile devices
46
-
47
-
### 2. Smart Filtering System
48
-
- **Multiple Filter Categories**: Filter datasets by scene, robot model, end-effector, action type, and manipulated objects
49
-
- **Real-time Search**: Search datasets by name with instant filtering
50
-
- **Filter Combinations**: Combine multiple filters to find exactly the datasets you need
51
-
- **Quick Reset**: Easily clear all filters with one click
52
-
53
-
### 3. Dataset Selection and Management
54
-
- **Visual Selection**: Click on dataset cards to select/deselect them
55
-
- **Batch Operations**: Select all visible datasets or clear all selections at once
56
-
- **Selection Counter**: Always see how many datasets you've selected
57
-
- **Shopping Cart**: Your selected datasets appear in a dedicated panel on the right
58
-
59
-
### 4. Download Management
60
-
- **Multi-Source Downloads**: Choose between downloading from ModelScope or HuggingFace
61
-
- **Python Commands**: Get ready-to-use Python commands for downloading your selected datasets
62
-
- **Clipboard Integration**: Copy download commands with one click
63
-
- **Selection Backup**: Export your dataset selections as JSON files for later use
64
-
65
-
### 5. User-Friendly Interface
66
-
- **Loading Progress**: See progress bars while datasets are loading
67
-
- **Error Handling**: Clear error messages if something goes wrong
68
-
- **Toast Notifications**: Helpful feedback for your actions
69
-
- **Keyboard Shortcuts**: Use Ctrl+F to quickly search through filter options
70
-
71
-
## Getting Started
72
-
73
-
### Accessing the Web App
74
-
1. Visit the live demo: https://flagopen.github.io/RoboCOIN-DataManager/
75
-
2. Wait for the datasets to load (you'll see a progress bar)
This web app is part of the RoboCOIN project. To learn more about the datasets and how to use them in your research:
146
-
1. Visit the main RoboCOIN repository
147
-
2. Install the Python package: `pip install robocoin`
148
-
3. Follow the documentation for dataset usage and citation information
11
+
RoboCOIN DataManager is a web app that helps you find and download robotic manipulation datasets from the RoboCOIN project. Instead of digging through complex commands, you can browse videos, filter by tags, pick what you need, and get ready-to-use download commands.
12
+
13
+
## How to download in one step?
14
+
15
+
Just click the download icon in the bottom-right corner of any video panel to directly copy the download command!
0 commit comments