deeplabcut.utils.auxfun_models
DeepLabCut2.0 Toolbox (deeplabcut.org) © A. & M. Mathis Labs https://github.com/DeepLabCut/DeepLabCut Please see AUTHORS for contributors.
https://github.com/DeepLabCut/DeepLabCut/blob/master/AUTHORS Licensed under GNU Lesser General Public License v3.0
Functions:
| Name | Description |
|---|---|
check_for_weights |
Gets local path to network weights and checks if they are present. |
download_model |
Downloads a DeepLabCut Model Zoo Project. |
download_weights |
Downloads the ImageNet pretrained weights for ResNets, MobileNets et al. |
smart_restore |
Restore pretrained weights, smartly redownloading them if missing. |
check_for_weights
Gets local path to network weights and checks if they are present.
If not, downloads them from tensorflow.org
Source code in deeplabcut/utils/auxfun_models.py
download_model
Downloads a DeepLabCut Model Zoo Project.
Source code in deeplabcut/utils/auxfun_models.py
download_weights
Downloads the ImageNet pretrained weights for ResNets, MobileNets et al.
from TensorFlow...
Source code in deeplabcut/utils/auxfun_models.py
smart_restore
Restore pretrained weights, smartly redownloading them if missing.