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

[Model] Evaluate Yolov5 #81

Open
tjrudrnr2 opened this issue Aug 12, 2022 · 4 comments
Open

[Model] Evaluate Yolov5 #81

tjrudrnr2 opened this issue Aug 12, 2022 · 4 comments
Assignees
Labels
🧬 model change backbone model experiments

Comments

@tjrudrnr2
Copy link
Contributor

Why?

Determine why blood detection performance is low

  1. Object Detection or Segmentation
  2. Lack of Data
  3. Etc

How?

Visualize mAP, loss and inference result

@tjrudrnr2 tjrudrnr2 added the 🧬 model change backbone model experiments label Aug 12, 2022
@tjrudrnr2 tjrudrnr2 self-assigned this Aug 12, 2022
@tjrudrnr2
Copy link
Contributor Author

image
image

training data : 약 550개, validation data : 약 150개
데이터 수가 적어 overfitting 우려가 있기 때문에 epoch 30으로 학습하였다.

  1. default
  2. augmentation p = 0.01 -> 0.1
  3. augmentation p = 0.01 -> 0.1, epoch 60
    => 데이터가 적어서 그런가 애초에 학습이 너무 불안정하고 epoch가 30보다 클 경우 mAP 상승폭도 미비하고 loss는 학습이 이루어지지 않는 듯 하다. 그리고 loss 는 왜 저리 낮게 나오는지 모르겠다.

@jeongjae96
Copy link
Contributor

데이터를 더 모아야겠네요!

@tjrudrnr2
Copy link
Contributor Author

image
image

augmentation이 들어간 default랑 아예 없는애랑 유의미한 차이는 보이지 않는다.

@tjrudrnr2
Copy link
Contributor Author

image
image

Albumentation의 하나인 RGBShift()을 추가해도 큰 차이는 없다. 더 확인해볼게 있을까요?

jeongjae96 added a commit that referenced this issue Aug 14, 2022
- 파일 이름에 '_P'가 들어있다면 이미지로 변환하도록 했습니다.
jeongjae96 added a commit that referenced this issue Aug 16, 2022
- 1초 당 1장을 저장하도록 1 fps로 변경했습니다.
yoonghee added a commit that referenced this issue Aug 16, 2022
[feat] 데이터 추가를 위한 비디오를 이미지로 변환하는 코드 #81
jeongjae96 pushed a commit that referenced this issue Aug 17, 2022
- 기존 mp4tojpg.ipynb 파일은 영화 데이터에 대한 조건이 걸려있어 새로 작성했습니다.
- ffmpeg를 사용하며 file not found error가 발생한 적이 있었는데, 파일 이름에 있는 빈 칸 때문에 발생하는 문제였습니다. 파일 이름에 빈 칸이 있다면, 빈 칸을 제거하도록 했습니다.
yoonghee added a commit that referenced this issue Aug 19, 2022
[feat] 데이터 추가를 위한 비디오를 이미지로 변환하는 코드 #81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧬 model change backbone model experiments
Projects
None yet
Development

No branches or pull requests

2 participants