반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

[tensorflow] feature vector 본문

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

 

반응형

'Python > image vector' 카테고리의 다른 글

[tensorflow 2]image 백터 추출 api  (0) 2022.01.12
Comments