-
Notifications
You must be signed in to change notification settings - Fork 198
Frequently Asked Problems
Yuantao Feng edited this page Nov 28, 2022
·
1 revision
This page provides answers to frequently asked problems.
You need to install git-lfs to clone this repo to get valid models:
# Install git-lfs from https://git-lfs.github.com/
git clone https://github.com/opencv/opencv_zoo && cd opencv_zoo
git lfs install
git lfs pull
LFS (Large File Storage) is used to store big files, e.g. model weights, in this repo. You will need to install git-lfs in order to get the valid clone of models, otherwise the cloned models will be resulted in some text files of size ~131B containing LFS information.
See the above error.
- Go to the home page of opencv_zoo,
- Click models,
- Pick and click one of the models. Lets say you choose face_detection_yunet,
- Click face_detection_yunet_2022mar.onnx,
- You will see there is a 'Download' button in the page like the following screenshot. Click the button to download the model.