We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b7081 commit de62208Copy full SHA for de62208
README.md
@@ -2,6 +2,19 @@
2
3
_If you are using FastLabel prototype, please install version 0.2.2._
4
5
+## Table of Contents
6
+
7
+- [Installation](#installation)
8
+- [Usage](#usage)
9
+ - [Limitation](#limitation)
10
+- [Task](#task)
11
+ - [Image](#image)
12
+ - [Image Classification](#image-classification)
13
+ - [Multi Image](#multi-image)
14
+ - [Video](#multi-image)
15
+- [Converter](#converter)
16
+ - [COCO](#coco)
17
18
## Installation
19
20
```bash
@@ -25,7 +38,7 @@ import fastlabel
25
38
client = fastlabel.Client()
26
39
```
27
40
28
-## Limitation
41
+### Limitation
29
42
30
43
API is allowed to call 10000 times per 10 minutes. If you create/delete a large size of tasks, please wait a second for every requests.
31
44
0 commit comments