Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yolo #3

Open
1 task done
Tracked by #2
Batwan01 opened this issue Nov 12, 2024 · 5 comments
Open
1 task done
Tracked by #2

yolo #3

Batwan01 opened this issue Nov 12, 2024 · 5 comments
Assignees

Comments

@Batwan01
Copy link
Member

Batwan01 commented Nov 12, 2024

๐Ÿ“„ Describe
yolo test

โœ… Tasks

๐Ÿ™‹๐Ÿป More
์ด๋ฏธ์ง€ํฌ๊ธฐ๊ฐ€ 2048์ธ๋ฐ, yolo๋Š” 640~1024 ๊ถŒ์žฅ

@Batwan01 Batwan01 mentioned this issue Nov 12, 2024
4 tasks
@Batwan01 Batwan01 self-assigned this Nov 12, 2024
Batwan01 added a commit that referenced this issue Nov 13, 2024
Batwan01 added a commit that referenced this issue Nov 13, 2024
Batwan01 added a commit that referenced this issue Nov 13, 2024
@Batwan01
Copy link
Member Author

Batwan01 commented Nov 13, 2024

Predict๋œ image ๋ดค์„ ๋•Œ ๋ฌธ์ œ ์—†์ง€๋งŒ, csv(RLE)๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ๊ณผ์ •์—์„œ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค!

@Batwan01
Copy link
Member Author

์˜ˆ์ธกํ•˜์ง€ ๋ชปํ•œ class๋„ csv์— ์žˆ์–ด์•ผ ํ•˜๊ณ , ์ด๋ฏธ์ง€ ์‚ฌ์ด์ฆˆ ๋ฌธ์ œ ํ•ด๊ฒฐํ–ˆ์Šต๋‹ˆ๋‹ค!

@Batwan01
Copy link
Member Author

yolo11x
epochs = 100 # ํ•™์Šต ๋ฐ˜๋ณต ํšŸ์ˆ˜
imgsz = 2048 # ์ž…๋ ฅ ์ด๋ฏธ์ง€ ํฌ๊ธฐ
batch_size = 1 # ๋ฐฐ์น˜ ํฌ๊ธฐ ์„ค์ •

test acc = 0.7738

์ฆ๊ฐ•์„ ์ถ”๊ฐ€ํ•ด ๋ณด๋Š” ๊ฒƒ๋„ ์ข‹์€ ์‹œ๋„์ผ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.
image

@Batwan01
Copy link
Member Author

epochs = 20 # ํ•™์Šต ๋ฐ˜๋ณต ํšŸ์ˆ˜
imgsz = 2048 # ์ž…๋ ฅ ์ด๋ฏธ์ง€ ํฌ๊ธฐ
batch_size = 1 # ๋ฐฐ์น˜ ํฌ๊ธฐ ์„ค์ •
degrees = 45 # ํšŒ์ „ ์ถ”๊ฐ€

test acc = 0.7750

20 ์—ํญ์ด์ง€๋งŒ, ์„ฑ๋Šฅ์ด ํ–ฅ์ƒ๋˜์–ด ์˜๋ฏธ์žˆ๋Š” ๊ฒฐ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค.
image

@Batwan01
Copy link
Member Author

epochs = 20 # ํ•™์Šต ๋ฐ˜๋ณต ํšŸ์ˆ˜
imgsz = 2048 # ์ž…๋ ฅ ์ด๋ฏธ์ง€ ํฌ๊ธฐ
batch_size = 1 # ๋ฐฐ์น˜ ํฌ๊ธฐ ์„ค์ •
hsv_s = 0.9
hsv_v = 0.5

test acc = 0.7713

100์—ํญ๊ณผ ์ฐจ์ด๊ฐ€ ์—†๋Š” ๊ฒƒ์„ ๋ณด์•„ ํšจ๊ณผ๋Š” ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.
image

Batwan01 added a commit that referenced this issue Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant