-
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 'element-dlc-test' of https://github.com/MilagrosMarin/e…
…lement-deeplabcut 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 | ||
[![PyPI version](https://badge.fury.io/py/element-deeplabcut.svg)](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 | ||
|
@@ -18,6 +20,7 @@ tables that can be combined with other Elements to assemble a fully functional p | |
|
||
+ Please fork this repository | ||
|
||
<<<<<<< HEAD | ||
+ Clone the repository to your computer | ||
|
||
```bash | ||
|
@@ -31,13 +34,35 @@ tables that can be combined with other Elements to assemble a fully functional p | |
``` | ||
|
||
+ [Interactive tutorial on GitHub Codespaces](#interactive-tutorial) | ||
======= | ||
![element-deeplabcut diagram](https://raw.githubusercontent.com/datajoint/element-deeplabcut/main/images/diagram_dlc.svg) | ||
|
||
## Experiment Flowchart | ||
|
||
![flowchart](https://raw.githubusercontent.com/datajoint/element-deeplabcut/main/images/flowchart.svg) | ||
|
||
## Data Pipeline Diagram | ||
|
||
![pipeline](https://raw.githubusercontent.com/datajoint/element-deeplabcut/main/images/pipeline.svg) | ||
|
||
## Getting Started | ||
|
||
+ Install from PyPI | ||
|
||
```bash | ||
pip install element-deeplabcut | ||
``` | ||
|
||
+ [Interactive tutorial](https://github.com/datajoint/workflow-deeplabcut) | ||
>>>>>>> c94f33679d2837b7f8111816f56f5f199d27d917 | ||
|
||
+ [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]. | ||
<<<<<<< HEAD | ||
|
||
## Interactive Tutorial | ||
|
||
|
@@ -75,3 +100,5 @@ MYSQL_VER=8.0 docker compose -f docker-compose-db.yaml up --build -d | |
1. We recommend you start by navigating to the `notebooks` directory on the left panel and go through the `tutorial.ipynb` Jupyter notebook. Execute the cells in the notebook to begin your walk through of the tutorial. | ||
1. Once you are done, see the options available to you in the menu in the bottom-left corner. For example, in Codespace you will have an option to `Stop Current Codespace` but when running Dev Container on your own machine the equivalent option is `Reopen folder locally`. By default, GitHub will also automatically stop the Codespace after 30 minutes of inactivity. Once the Codespace is no longer being used, we recommend deleting the Codespace. | ||
======= | ||
>>>>>>> c94f33679d2837b7f8111816f56f5f199d27d917 |
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