Skip to content

Latest commit

ย 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CatScan

๐Ÿ” ์บฃ์Šค์บ”: ๊ณ ์–‘์ด ์ž์„ธ๋ฅผ ํ†ตํ•œ ํ†ต์ฆยท์งˆ๋ณ‘ ์กฐ๊ธฐ ํƒ์ง€ ์ธ๊ณต์ง€๋Šฅ ๋ชจ๋ธ

Project

  • ๊ณ ์–‘์ด์˜ ํŠน์ • ์ž์„ธ 4๊ฐ€์ง€(arch, lying, roll, sitdown) ์ด๋ฏธ์ง€๋ฅผ ๋ถ„์„ํ•˜์—ฌ '์งˆ๋ณ‘ ์žˆ์Œ(Y)' vs '์—†์Œ(N)'์„ ๋ถ„๋ฅ˜
  • input : Cat Image Data(jpg)
  • model : Mini-Xception, MobileNetV2, ResNet50, EfficientNetB0

Data

Folder

image

Environment

  • Anaconda PowerShell Prompt

Code

  1. ๊ฐ€์ƒํ™˜๊ฒฝ์ด ์—†๋Š” ๊ฒฝ์šฐ ๋‹ค์Œ ๋ช…๋ น์–ด๋กœ ๊ฐ€์ƒํ™˜๊ฒฝ ๋งŒ๋“ค๊ธฐ
conda create --name <ํ™˜๊ฒฝ์ด๋ฆ„> python=3.9

โฌ‡๏ธ e.g.

conda create --name aimedic python=3.9
  1. ๊ฐ€์ƒํ™˜๊ฒฝ ํ™œ์„ฑํ™” ๋ฐ ํ•„์š”ํ•œ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์„ค์น˜
conda activate <ํ™˜๊ฒฝ ์ด๋ฆ„>
pip install -r .\requirements.txt

(๋งŒ์•ฝ ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์˜ค๋ฅ˜ ์ฝ”๋“œ๊ฐ€ ์ถœ๋ ฅ๋˜์—ˆ๋‹ค๋ฉด ํ•„์š”ํ•œ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์ง์ ‘ ์„ค์น˜)

ERROR: Ignored the following versions that require a different python version: 0.28.0 Requires-Python >=3.7, <3.11; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: 0.29.0, 0.30.0, 0.31.0)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1

๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์„ค์น˜ ๋ช…๋ น์–ด

pip install <๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ด๋ฆ„>

โฌ‡๏ธ e.g.

ModuleNotFoundError: No module named 'tensorflow'
--> pip install tensorflow
ModuleNotFoundError: No module named 'cv2'
--> pip install opencv-python
  1. ์ฝ”๋“œ ์‹คํ–‰
python main.py

About

๐Ÿ” ์บฃ์Šค์บ”: ๊ณ ์–‘์ด ํ–‰๋™ ๋ฐ ํ‘œ์ •์„ ํ†ตํ•œ ํ†ต์ฆยท์งˆ๋ณ‘ ์กฐ๊ธฐ ํƒ์ง€ ์ธ๊ณต์ง€๋Šฅ ๋ชจ๋ธ

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages