Datasets:
Update README.md
Browse filesfix: README.md file
README.md
CHANGED
@@ -244,9 +244,9 @@ Quadruped Animals from Images](https://arxiv.org/pdf/2108.13958)
|
|
244 |
|
245 |
## **Notes on data**
|
246 |
|
247 |
-
|
248 |
|
249 |
-
|
250 |
|
251 |
```python
|
252 |
import base64
|
|
|
244 |
|
245 |
## **Notes on data**
|
246 |
|
247 |
+
> If a *keypoints* contains `[-1.0, -1.0]`, it means that the point is not visible in the image. These points must be masked when training the model.
|
248 |
|
249 |
+
> Images are stored as a Base64 string. They can be transformed using the function:
|
250 |
|
251 |
```python
|
252 |
import base64
|