forked from shelhamer/fcn.berkeleyvision.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The usual FCN-32/16/8s on the 59 class task of the PASCAL-Context full object and scene labeling of PASCAL VOC 2010.
- Loading branch information
Showing
23 changed files
with
4,570 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PASCAL-Context | ||
|
||
PASCAL-Context is a full object and scene labeling of PASCAL VOC 2010. | ||
It includes both object (cat, dog, ...) and surface (sky, grass, ...) classes. | ||
|
||
We follow the 59 class task defined by | ||
|
||
> The Role of Context for Object Detection and Semantic Segmentation in the Wild. | ||
Roozbeh Mottaghi, Xianjie Chen, Xiaobai Liu, Nam-Gyu Cho, Seong-Whan Lee, Sanja Fidler, Raquel Urtasun, and Alan Yuille. | ||
CVPR 2014 | ||
|
||
which selects the 59 most common classes for learning and evaluation. | ||
|
||
Refer to `classes-59.txt` for the listing of classes in model output order. | ||
Refer to `../pascalcontext_layers.py` for the Python data layer for this dataset. | ||
|
||
Note that care must be taken to map the raw class annotations into the 59 class task, as handled by our data layer. | ||
|
||
See the dataset site: http://www.cs.stanford.edu/~roozbeh/pascal-context/ |
Oops, something went wrong.