Commit Graph

86 Commits

Author SHA1 Message Date
김진현
7016d3a91e Fix: classification process_prediction_result() 에러 수정 2024-09-27 16:02:02 +09:00
김진현
6a000be8d7 Fix: segmentation get_model() parameter 수정 2024-09-27 15:49:53 +09:00
김진현
669562b712 Fix: classification result 수정 2024-09-27 15:46:02 +09:00
김진현
3affff85f0 Fix: classification get_model() 파라미터 수정, 카테고리 없을 시 동작 수정 2024-09-27 15:16:22 +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
김진현
02929ebc86 Fix: Detection, Segmentation 학습 레이블 컨버터 추가 2024-09-27 12:58:18 +09:00
김진현
46c971494e Feat: segmentation 프로젝트 명세 변경에 따른 수정 2024-09-27 12:03:26 +09:00
김진현
0d4000b879 Fix: download_data paremeter 수정 2024-09-27 11:31:40 +09:00
김진현
8730b54d2d Fix: get_model parameter 수정 2024-09-27 11:28:52 +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
김진현
4d49b925dc Fix: 모델 생성 api에 오타 수정, project_id str로 변환 안한 버그 수정 2024-09-26 20:00:00 +09:00
김진현
d6b132c6ce Feat: 세그멘테이션 train response 수정 2024-09-26 19:53:56 +09:00
김진현
a3e0dc76dc Fix: results_dict 오타 수정, raise 누락 수정 2024-09-26 19:28:09 +09:00
김진현
336cc33384 Refactor: train response 수정 2024-09-26 17:20:37 +09:00
김진현
6225c50914 Feat: segmentation API 구현 2024-09-26 15:04:31 +09:00
김진현
6c9782a807 refactor: detection_train 리팩토링 2024-09-25 23:51:19 +09:00
김진현
42996f1417 Rename: send_data의 api의 함수명을 직관적으로 변경 2024-09-25 22:49:01 +09:00
김진현
a1c0de1dfe Fix: color # 수정 2024-09-25 22:03:09 +09:00
김진현
7fcc0d9c28 Feat: 에러핸들러 슬랙메세징 구현 2024-09-25 21:24:30 +09:00
김진현
82381a5292 Feat: slack 알람설정, 학습 중 api 보내기 구현 2024-09-25 17:59:02 +09:00
김진현
7b10eeccaa Refactor: 학습 레이블 data_url로 수정 2024-09-25 16:06:45 +09:00
김진현
27cfd01fd7 Fix: 리팩토링에서 생긴 버그 수정 2024-09-25 15:24:14 +09:00
김진현
81b5145b41 Refactor: predict, train 리팩토링 2024-09-25 13:55:44 +09:00
김진현
20f8d9730a Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/refactor/predict 2024-09-25 09:22:14 +09:00
김용수
70a62fe6f9 Feat: 슬랙 알림 메세지 연동: 2024-09-24 23:48:16 +09:00
김진현
cca395737a Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/feat/229-data-process-for-train-stats 2024-09-24 09:16:01 +09:00
김진현
f8fae74e87 Merge branch 'ai/feat/backend' into 'ai/develop'
Feat: 백엔드 API 연동

See merge request s11-s-project/S11P21S002!143
2024-09-23 20:48:34 +09:00
김진현
22a8aa469a Merge branch 'ai/feat/backend' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/feat/229-data-process-for-train-stats 2024-09-23 20:46:18 +09:00
김용수
a827a967c7 Feat: 백엔드 API 연동 2024-09-23 16:34:07 +09:00
정현조
dcd4799d20 Merge branch 'ai/feat/229-data-process-for-train-stats' into 'ai/develop'
Feat: 학습 통계 데이터 처리 구현 - S11P21S002-229

See merge request s11-s-project/S11P21S002!140
2024-09-23 16:28:19 +09:00
김진현
63b64e4e5f Feat: 학습 통계용 데이터 처리 구현 - S11P21S002-229 2024-09-23 16:24:56 +09:00
정현조
d9b6487a80 Merge branch 'ai/refactor/228-train-with-label-categories' into 'ai/develop'
Refactor: 레이블 카테고리를 포함한 학습 구현 및 리팩토링 - S11P21S002-228

See merge request s11-s-project/S11P21S002!128
2024-09-23 15:06:40 +09:00
김진현
1b17cfadad Refactor: 레이블 카테고리를 포함한 학습 구현 및 리팩토링 - S11P21S002-228 2024-09-23 13:06:48 +09:00
김진현
ae3506d2eb Rename: upload_tmp_model -> save_model 로 이름 변경 2024-09-23 10:45:20 +09:00
김용수
c6ef8ea5fc Merge branch 'ai/refactor/162-autolabel-with-label-categories' into 'ai/develop'
Refactor: 레이블 카테고리를 포함한 오토레이블링 구현 및 리팩토링

See merge request s11-s-project/S11P21S002!124
2024-09-23 10:23:09 +09:00
김진현
05e9a2c03b Refactor: 레이블 카테고리를 포함한 오토레이블링 구현 및 리팩토링 2024-09-23 09:46:42 +09:00
정현조
43f3d4104e Merge branch 'ai/refactor/model-path' into 'ai/develop'
Refactor: model_path 파라미터를 model_key로 변경

See merge request s11-s-project/S11P21S002!109
2024-09-20 17:53:46 +09:00
김진현
c7d07e5856 Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/refactor/model-path 2024-09-20 13:56:22 +09:00
김진현
9b8d0927d7 Refactor: model_path 파라미터를 model_key로 변경 2024-09-20 13:54:46 +09:00
김용수
f9f3a0206d Merge branch 'ai/feat/52-ai-model-create' into 'ai/develop'
Feat: 추석동안 구현한 모델 관련 API 커밋 머지

See merge request s11-s-project/S11P21S002!97
2024-09-19 16:54:44 +09:00
김진현
9ce4c986d2 Feat: Detection prediction 웹소켓 연결 실패시에도 실행되도록 구현 2024-09-19 16:49:11 +09:00
김진현
47288e6bab Refactor: services/load_model 리팩토링 2024-09-19 16:48:19 +09:00
김진현
bcae5d5255 Refactor: 기본 모델 생성 구현 및 모델 생성 리팩토링 2024-09-19 01:15:41 +09:00
김진현
941df49f13 Feat: 모델 다운로드 API 구현 2024-09-18 16:27:14 +09:00
김진현
a98b3a0c9c Feat: 모델 업로드 API 구현 2024-09-18 16:09:18 +09:00
김진현
0503da4e41 Feat: 모델 삭제 API 구현 2024-09-18 02:20:27 +09:00
김진현
085aa71791 Feat: get_model_list API 구현 2024-09-18 01:45:56 +09:00