-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into element-dlc-test
- Loading branch information
Showing
8 changed files
with
36 additions
and
4 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
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,4 +1,6 @@ | ||
# DataJoint Element - DeepLabCut | ||
[](http://badge.fury.io/py/element-deeplabcut) | ||
|
||
# DataJoint Element for Pose Estimation with DeepLabCut | ||
|
||
DataJoint Element for markerless pose estimation with | ||
[DeepLabCut](https://www.deeplabcut.org/). DataJoint Elements collectively standardize | ||
|
@@ -23,3 +25,28 @@ Installation and usage instructions can be found at the | |
[Element documentation](https://datajoint.com/docs/elements/element-deeplabcut). | ||
|
||
 | ||
|
||
## Experiment Flowchart | ||
|
||
 | ||
|
||
## Data Pipeline Diagram | ||
|
||
 | ||
|
||
## Getting Started | ||
|
||
+ Install from PyPI | ||
|
||
```bash | ||
pip install element-deeplabcut | ||
``` | ||
|
||
+ [Interactive tutorial](https://github.com/datajoint/workflow-deeplabcut) | ||
|
||
+ [Documentation](https://datajoint.com/docs/elements/element-deeplabcut) | ||
|
||
## Support | ||
|
||
+ If you need help getting started or run into any errors, please open a GitHub Issue | ||
or contact our team by email at [email protected]. |
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,4 +1,4 @@ | ||
""" | ||
Package metadata | ||
""" | ||
__version__ = "0.2.7" | ||
__version__ = "0.2.8" |
File renamed without changes
File renamed without changes
File renamed without changes