INNER CODE UNIT · Python
evaluate_network
DeepLabCut/DeepLabCut · deeplabcut/cli.py:332
def evaluate_network(_, config, **kwargs):
"""Evaluates a trained Feature detector model.
Delegates to ``deeplabcut.evaluate_network``.
Args:
config (string): Full path of the config.yaml file in the train directory of a
project.
shuffle (list, optional): Shuffle index of the training dataset. Defaults to [1].
plotting (bool, optional): Make evaluation plots. Defaults to False.
Examples:
Evalaute the network:
```bash
python3 dlc.py evaluate_network /home/project/reaching/config.yaml
```
"""