-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add document descriptions for Python APIs (#761)
* add document descriptions for python api * modify CHANGELOG * remark-lint line length 100 * update CHANGELOG * correct whitespace
- Loading branch information
Showing
5 changed files
with
74 additions
and
6 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
16 changes: 16 additions & 0 deletions
16
site/content/en/docs/python-api/python-api-examples/dataset_handler.md
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,16 @@ | ||
--- | ||
title: 'Dataset handler' | ||
linkTitle: 'dataset-handler' | ||
description: '' | ||
--- | ||
|
||
Datumaro provides the dataset import and export functionalities. | ||
|
||
When importing multiple datasets, Datumaro helps to manipulate and merge them into a single | ||
dataset. Since the manipulations such as reidentification, label redefinition, or filtration are | ||
mostly the topic of transformation, we here describe how to merge two heterogeneous datasets | ||
through `IntersectMerge`. | ||
|
||
Jupyter Notebook Examples: | ||
{{< blocks/notebook 01_merge_multiple_datasets_for_classification >}} | ||
{{< blocks/notebook 02_merge_heterogeneous_datasets_for_detection >}} |
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