KRadim commited on
Commit
456567d
·
verified ·
1 Parent(s): 56dc528

Update README.md

Browse files

fix: README.md file

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -244,9 +244,9 @@ Quadruped Animals from Images](https://arxiv.org/pdf/2108.13958)
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
 
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