Python/image vector
[tensorflow] feature vector
닉의네임
2021. 12. 31. 23:25
반응형
https://github.com/900gle/image-vector.git
GitHub - 900gle/image-vector
Contribute to 900gle/image-vector development by creating an account on GitHub.
github.com
가상환경
#가상환경 목록확인
conda info --envs
#가상환경 생성
conda create --name "image" python="3.7"
#가상환경 실행
conda activate image
#모듈 설치
pip install -r require.txt
#실행
python src/ImageVector.py
반응형