Skip to content

Commit 8eb4c54

Browse files
authored
Updated two URLs in deeplabcut-dnn.md (#827)
1 parent 3bfce2f commit 8eb4c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/case-studies/deeplabcut-dnn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DeepLabCut allows researchers to estimate the pose of the subject, efficiently e
3939

4040
DeepLabCut uses a principle called [transfer learning](https://arxiv.org/pdf/1909.11229), which greatly reduces the amount of training data required and speeds up the convergence of the training period. Depending on the needs, users can pick different network architectures that provide faster inference (e.g. MobileNetV2), which can also be combined with real-time experimental feedback. DeepLabCut originally used the feature detectors from a top-performing human pose estimation architecture, called [DeeperCut](https://arxiv.org/abs/1605.03170), which inspired the name. The package now has been significantly changed to include additional architectures, augmentation methods, and a full front-end user experience. Furthermore, to support large-scale biological experiments DeepLabCut provides active learning capabilities so that users can increase the training set over time to cover edge cases and make their pose estimation algorithm robust within the specific context.
4141

42-
Recently, the [DeepLabCut model zoo](http://www.mousemotorlab.org/dlc-modelzoo) was introduced, which provides pre-trained models for various species and experimental conditions from facial analysis in primates to dog posture. This can be run for instance in the cloud without any labeling of new data, or neural network training, and no programming experience is necessary.
42+
Recently, the [DeepLabCut model zoo](https://deeplabcut.github.io/DeepLabCut/docs/ModelZoo.html) was introduced, which provides pre-trained models for various species and experimental conditions from facial analysis in primates to dog posture. This can be run for instance in the cloud without any labeling of new data, or neural network training, and no programming experience is necessary.
4343

4444
### Key Goals and Results
4545

@@ -167,7 +167,7 @@ attributionlink = 'https://www.researchgate.net/figure/DeepLabCut-work-flow-The-
167167

168168
Observing and efficiently describing behavior is a core tenant of modern
169169
ethology, neuroscience, medicine, and technology.
170-
[DeepLabCut](http://orga.cvss.cc/wp-content/uploads/2019/05/NathMathis2019.pdf)
170+
[DeepLabCut](https://static1.squarespace.com/static/57f6d51c9f74566f55ecf271/t/5eab5ff7999bf94756b27481/1588289532243/NathMathis2019.pdf)
171171
allows researchers to estimate the pose of the subject, efficiently enabling
172172
them to quantify the behavior. With only a small set of training images,
173173
the DeepLabCut Python toolbox allows training a neural network to within human

0 commit comments

Comments
 (0)