Commit Graph

74 Commits

Author SHA1 Message Date
김용수
28c709e415 Feat: GPU 메모리 상태 응답 2024-10-04 11:36:21 +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
김진현
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
김진현
7e75f41c64 Refactor: split_data() 예외처리 추가 2024-09-27 19:06:23 +09:00
김진현
7dd09182b8 Feat: 오토레이블링, 학습 비동기 처리 2024-09-27 19:03:18 +09:00
김진현
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
김용수
70a62fe6f9 Feat: 슬랙 알림 메세지 연동: 2024-09-24 23:48:16 +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
김용수
a827a967c7 Feat: 백엔드 API 연동 2024-09-23 16:34:07 +09:00
김진현
63b64e4e5f Feat: 학습 통계용 데이터 처리 구현 - S11P21S002-229 2024-09-23 16:24:56 +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
김진현
05e9a2c03b Refactor: 레이블 카테고리를 포함한 오토레이블링 구현 및 리팩토링 2024-09-23 09:46:42 +09:00
김진현
9b8d0927d7 Refactor: model_path 파라미터를 model_key로 변경 2024-09-20 13:54:46 +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