File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
class Food101 (VisionDataset ):
12
12
"""`The Food-101 Data Set <https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/>`_.
13
13
14
- The Food-101 is a challenging data set of 101 food categories, with 101' 000 images.
14
+ The Food-101 is a challenging data set of 101 food categories with 101, 000 images.
15
15
For each class, 250 manually reviewed test images are provided as well as 750 training images.
16
16
On purpose, the training images were not cleaned, and thus still contain some amount of noise.
17
17
This comes mostly in the form of intense colors and sometimes wrong labels. All images were
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class UCF101(VisionDataset):
17
17
by ``frames_per_clip``, where the step in frames between each clip is given by
18
18
``step_between_clips``. The dataset itself can be downloaded from the dataset website;
19
19
annotations that ``annotation_path`` should be pointing to can be downloaded from `here
20
- <https://www.crcv.ucf.edu/data/UCF101/UCF101TrainTestSplits-RecognitionTask.zip>`.
20
+ <https://www.crcv.ucf.edu/data/UCF101/UCF101TrainTestSplits-RecognitionTask.zip>`_ .
21
21
22
22
To give an example, for 2 videos with 10 and 15 frames respectively, if ``frames_per_clip=5``
23
23
and ``step_between_clips=5``, the dataset size will be (2 + 3) = 5, where the first two
You can’t perform that action at this time.
0 commit comments