Skip to content

Commit

Permalink
Update dev roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraving committed Oct 4, 2019
1 parent 3160bd3 commit cb78b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Examples and Documentation
- [x] Add example notebook for using custom data sets - [x] Add example notebook for using custom data sets
- [x] Add example notebook for using DeepLabCut formatted data - [x] Add example notebook for using DeepLabCut formatted data
- [x] Add example for identifying outliers and appending new images to a training set - [x] Add example for identifying outliers and appending new images to a training set
- [x] Add html documentation


Tests (once API has stabilized) Tests (once API has stabilized)
------ ------
Expand All @@ -50,7 +51,7 @@ Future
------ ------
- [x] Put `deepposekit` on PyPI - [x] Put `deepposekit` on PyPI
- [x] Update to tf.keras (stand-alone keras will be deprecated) - [x] Update to tf.keras (stand-alone keras will be deprecated)
- [ ] Update to Tensorflow 2.0 - [x] Update to Tensorflow 2.0
- [ ] `deepposekit.visualize` module with functions for making videos and plotting data - [ ] `deepposekit.visualize` module with functions for making videos and plotting data
- [ ] `deepposekit.pose3d` module? Does it make sense to support this, or just make the API abstract enough to let others use their own solution for 3D? - [ ] `deepposekit.pose3d` module? Does it make sense to support this, or just make the API abstract enough to let others use their own solution for 3D?
- [ ] `deepposekit.localize` module. Train models that localize individuals using confidence maps. Update and further abstract `deepposekit.annotate`, `deepposekit.models`, etc. - [ ] `deepposekit.localize` module. Train models that localize individuals using confidence maps. Update and further abstract `deepposekit.annotate`, `deepposekit.models`, etc.
Expand Down

0 comments on commit cb78b0a

Please sign in to comment.