This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #940 from Hakuyume/revert-787-point-data
Revert "Add COCOKeypointDataset and vis_keypoint_coco"
- Loading branch information
Showing
10 changed files
with
4 additions
and
563 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
language: python | ||
python: | ||
- 2.7 | ||
- 3.6 | ||
notifications: | ||
email: false | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from chainercv.visualizations.vis_bbox import vis_bbox # NOQA | ||
from chainercv.visualizations.vis_image import vis_image # NOQA | ||
from chainercv.visualizations.vis_instance_segmentation import vis_instance_segmentation # NOQA | ||
from chainercv.visualizations.vis_keypoint_coco import vis_keypoint_coco # NOQA | ||
from chainercv.visualizations.vis_point import vis_point # NOQA | ||
from chainercv.visualizations.vis_semantic_segmentation import vis_semantic_segmentation # NOQA |
Oops, something went wrong.