nielsr HF staff commited on
Commit
8665b8a
1 Parent(s): c850bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -1,7 +1,5 @@
1
- This dataset includes 5 images for testing
2
 
3
- It includes 4 different kinds of images (RGBA, LA, L, Rotated Image) as well as an original cats image of the COCO datasets.
4
 
5
- This dataset is used for testing [image utils](https://github.com/huggingface/transformers/blob/master/src/transformers/image_utils.py) that are part of the HuggingFace Transformers library.
6
-
7
- More specifically, they are used inside `test_image_utils.py`, for implementing the LoadImageTester.
 
1
+ This dataset includes 5 images for testing.
2
 
3
+ It includes 4 different kinds of images (RGBA, LA, L, Rotated Image) as well as an original cats image of the COCO dataset.
4
 
5
+ This dataset is used for testing in the HuggingFace Transformers library. You can see [here](https://github.com/huggingface/transformers/search?q=fixtures_image_utils) where this dataset is used.