실행하려고 하다보니 설치가 안 된 부분이 있어 설치해주고 넘어갑니다.
conda install scikit-learn
conda install -c apple tensorflow-deps
python -m pip install tensorflow-macos
하려고 했는데.. mac os x 12.3 을 위한 거라고 하네요.
저는 지금
하 업데이트 하고 다시 오겠습니다.
import 가 됩니다. 다시 실행해봅니다.
disutils 관련 오류는 아래로 해결합니다.
pip install setuptools==59.5.0
requirements.txt 에 있는 것들을 설치해줍니다.
pip install scikit-learn
pip install easydict
// onnx 설치를 위한
brew install protobuf
pip3 install onnx --no-use-pep517
onnx 설치 부분이 완료가 안되면 (xcrun 관련 에러 발생 -> os update 때문에.)
xcode-select --install
이 명령어로 해결하면 됩니다.
설치를 완료하였습니다만..
pip3 install opencv-python
train.py 소스 일부를 고칩니다....
python -u train.py --network r100 --loss arcface --dataset emore
References
https://github.com/deepinsight/insightface/tree/master/recognition/arcface_mxnet
https://webnautes.tistory.com/1639
https://www.hahwul.com/2019/11/18/how-to-fix-xcrun-error-after-macos-update/
https://github.com/onnx/onnx/issues/3129
https://github.com/apache/incubator-mxnet/issues/18329
728x90
반응형
'개발 > insightface' 카테고리의 다른 글
OSError: cannot open shared object file: No such file or directory (0) | 2022.05.05 |
---|---|
docker ubuntu (0) | 2022.04.26 |
m1 pytorch 설치, mxnet install in mac m1 (2) | 2022.04.25 |
insight face arc-face training - pytorch 선택 (5) | 2022.04.24 |