Commit Graph

133 Commits

Author SHA1 Message Date
김용수
b1c6282f52 Merge branch 'ai/fix/model' into 'ai/develop'
Fix: 모델 다운로드 path 오류 수정

See merge request s11-s-project/S11P21S002!292
2024-10-04 15:56:13 +09:00
김용수
dce2309f5b Merge branch 'ai/refactor/resource-cleanup' into 'ai/develop'
Feat: 모델 학습 patience(얼리스톱) 제거

See merge request s11-s-project/S11P21S002!291
2024-10-04 15:55:57 +09:00
김진현
be691ce04b Fix: 모델 다운로드 path 오류 수정 2024-10-04 15:53:34 +09:00
김진현
dae4ca4bf1 Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/refactor/resource-cleanup 2024-10-04 15:43:05 +09:00
김진현
e428c6cf1f Feat: 모델 학습 patience(얼리스톱) 제거 2024-10-04 15:42:37 +09:00
김용수
4370631d5c Fix: 에러 해결 2024-10-04 15:16:47 +09:00
김진현
fbc2c1b46a Merge branch 'ai/refactor/train' into 'ai/develop'
Refactor: Segmentation 로깅 처리

See merge request s11-s-project/S11P21S002!289
2024-10-04 14:52:19 +09:00
김용수
4afe688f58 Merge branch 'ai/refactor/resource-cleanup' into 'ai/develop'
Feat: GET요청 시 Slack 메세지 제거

See merge request s11-s-project/S11P21S002!285
2024-10-04 14:47:40 +09:00
김용수
0871b1e951 Refactor: Segmentation 로깅 처리 2024-10-04 14:46:58 +09:00
김용수
4705fd318a Refactor: 슬랙 로깅 및 이미지 개수 처리 2024-10-04 14:31:21 +09:00
김진현
3fba3e71ef Feat: GET요청 시 Slack 메세지 제거 2024-10-04 14:24:47 +09:00
김진현
91fff1fb47 Merge branch 'ai/feat/memory' into 'ai/develop'
Feat: 메모리 확인

See merge request s11-s-project/S11P21S002!281
2024-10-04 13:30:16 +09:00
김용수
4a626ab050 Merge branch 'ai/refactor/resource-cleanup' into 'ai/develop'
Refactor: process_image_and_label url입출력 로직 수정

See merge request s11-s-project/S11P21S002!280
2024-10-04 13:03:07 +09:00
김용수
993b444c6e Feat: 메모리 확인 2024-10-04 13:02:33 +09:00
김진현
5d1bde161f Refactor: process_image_and_label url입출력 로직 수정 2024-10-04 12:49:17 +09:00
김용수
28c709e415 Feat: GPU 메모리 상태 응답 2024-10-04 11:36:21 +09:00
김용수
6fa912df5a Merge branch 'ai/refactor/resource-cleanup' into 'ai/develop'
Feat: 리소스 해제 관련 미들웨어 구현

See merge request s11-s-project/S11P21S002!273
2024-10-03 00:41:09 +09:00
김진현
6a9a8dd1ef Feat: 리소스 해제 관련 미들웨어 구현 2024-10-03 00:13:45 +09:00
김진현
7dabfaa467 Refactor: 비동기 run_in_threadpool() 모두 삭제 2024-10-03 00:01:54 +09:00
김용수
354676d867 Merge branch 'ai/refactor/exception-handle' into 'ai/develop'
Refactor: request 검증 classification 레이블 없을때 에러 처리

See merge request s11-s-project/S11P21S002!248
2024-09-30 15:39:30 +09:00
김진현
7962a2da29 Refactor: request 검증 classification 레이블 없을때 에러 처리 2024-09-30 15:24:44 +09:00
김진현
4dfa4b1c3e Refactor: train_label pydantic model 이용하여 데이터 유효성 검사 추가 2024-09-30 14:45:56 +09:00
김진현
1b7fea1415 Refactor: create_detection_train_label 레이블데이터의 이미지 바깥의 점에 대해 예외 처리 2024-09-30 12:12:44 +09:00
김진현
798f313e81 Feat: dotenv 이용하여 base_url 설정 2024-09-30 12:02:38 +09:00
정현조
4717ae9a0c Merge branch 'ai/feat/async' into 'ai/develop'
Feat: 오토레이블링, 학습 비동기 처리

See merge request s11-s-project/S11P21S002!230
2024-09-27 19:12:33 +09:00
김진현
7e75f41c64 Refactor: split_data() 예외처리 추가 2024-09-27 19:06:23 +09:00
김진현
7dd09182b8 Feat: 오토레이블링, 학습 비동기 처리 2024-09-27 19:03:18 +09:00
김진현
6bf4bba555 Merge branch 'ai/feat/classification' into 'ai/develop'
Fix: classification process_prediction_result() 에러 수정

See merge request s11-s-project/S11P21S002!227
2024-09-27 16:03:25 +09:00
김진현
7016d3a91e Fix: classification process_prediction_result() 에러 수정 2024-09-27 16:02:02 +09:00
김진현
df0a56565e Merge branch 'ai/feat/classification' into 'ai/develop'
Fix: segmentation get_model() parameter 수정

See merge request s11-s-project/S11P21S002!225
2024-09-27 15:50:48 +09:00
김진현
6a000be8d7 Fix: segmentation get_model() parameter 수정 2024-09-27 15:49:53 +09:00
김진현
8d89997369 Merge branch 'ai/feat/classification' into 'ai/develop'
Fix: classification result 수정

See merge request s11-s-project/S11P21S002!224
2024-09-27 15:46:52 +09:00
김진현
669562b712 Fix: classification result 수정 2024-09-27 15:46:02 +09:00
김태수
7ccd3b57d7 Merge branch 'ai/feat/classification' into 'ai/develop'
Fix: classification get_model() 파라미터 수정, 카테고리 없을 시 동작 수정

See merge request s11-s-project/S11P21S002!222
2024-09-27 15:17:52 +09:00
김진현
3affff85f0 Fix: classification get_model() 파라미터 수정, 카테고리 없을 시 동작 수정 2024-09-27 15:16:22 +09:00
김태수
9f269d8e5e Merge branch 'ai/feat/classification' into 'ai/develop'
Ai/feat/classification

See merge request s11-s-project/S11P21S002!220
2024-09-27 14:20:12 +09:00
김진현
4b6751a00b Refactor: Train response에 accuracy 추가 2024-09-27 14:18:59 +09:00
김진현
83737e566d Feat: classification 프로젝트 명세 변경에 따른 수정 2024-09-27 14:08:43 +09:00
김태수
15cc363e5c Merge branch 'ai/feat/segmentation' into 'ai/develop'
Fix: Detection, Segmentation 학습 레이블 컨버터 추가

See merge request s11-s-project/S11P21S002!216
2024-09-27 13:47:45 +09:00
김진현
02929ebc86 Fix: Detection, Segmentation 학습 레이블 컨버터 추가 2024-09-27 12:58:18 +09:00
정현조
ef021a9ca2 Merge branch 'ai/feat/segmentation' into 'ai/develop'
Feat: segmentation 프로젝트 명세 변경에 따른 수정

See merge request s11-s-project/S11P21S002!214
2024-09-27 12:33:45 +09:00
김진현
46c971494e Feat: segmentation 프로젝트 명세 변경에 따른 수정 2024-09-27 12:03:26 +09:00
김태수
2d6fdd23ff Merge branch 'ai/feat/detection' into 'ai/develop'
Fix: download_data paremeter 수정

See merge request s11-s-project/S11P21S002!213
2024-09-27 11:32:32 +09:00
김진현
0d4000b879 Fix: download_data paremeter 수정 2024-09-27 11:31:40 +09:00
김태수
959a16b59c Merge branch 'ai/feat/detection' into 'ai/develop'
Fix: get_model parameter 수정

See merge request s11-s-project/S11P21S002!212
2024-09-27 11:29:37 +09:00
김진현
8730b54d2d Fix: get_model parameter 수정 2024-09-27 11:28:52 +09:00
김용수
a93825ea8f Merge branch 'ai/feat/detection' into 'ai/develop'
Feat: detection/train 프로젝트 명세 변경에 따른 수정

See merge request s11-s-project/S11P21S002!211
2024-09-27 11:23:42 +09:00
김진현
0b38e54b21 Feat: detection/train 프로젝트 명세 변경에 따른 수정 2024-09-27 11:18:52 +09:00
김진현
2d8609077c Feat: detection/predict 프로젝트 명세 변경에 따른 수정 2024-09-27 10:38:01 +09:00
김진현
cae5fb5ae4 Feat: classification API 구현 2024-09-26 22:14:16 +09:00