Commit Graph

57 Commits

Author SHA1 Message Date
김용수
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
정현조
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
김진현
fc9c49b5f3 Feat: get_model_info API 구현 2024-09-18 01:08:40 +09:00
김진현
4e39dccd55 Feat: 모델 생성/학습된 모델 생성 API 구현 2024-09-18 00:13:01 +09:00
김진현
aae8faf11e Fix: rename 과정에서 생긴 import app.~에 의한 버그 수정
- 추가적으로 api endpoint 이름과 swagger 관련 설정
2024-09-18 00:02:02 +09:00
김진현
e2008e1d4d Docs: README.md에 resources 폴더 구조 설명 추가 2024-09-17 21:22:56 +09:00
김진현
a5ab6c716b Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/feat/52-ai-model-create 2024-09-13 12:28:50 +09:00
김진현
1eacb7e90d Merge branch 'ai/feat/websocket' into 'ai/develop'
Feat: WebSocket 인스턴스 생성

See merge request s11-s-project/S11P21S002!65
2024-09-12 17:11:59 +09:00
김용수
fea960cc0d Feat: WebSocket 인스턴스 생성 2024-09-12 17:05:32 +09:00
김진현
68f6baa20a Rename: services 폴더 세분화 위해 ai_services.py -> load_model.py로 이름 변경 2024-09-12 10:23:55 +09:00
김용수
4fc13fa60c Feat: Fast API 소켓 열기 2024-09-12 00:53:45 +09:00
김용수
dbab504ab8 Merge branch 'ai/feat/165-locust-setting' into 'ai/develop'
Ai/feat/165 locust setting

See merge request s11-s-project/S11P21S002!58
2024-09-11 15:09:30 +09:00
김진현
3998e523da Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/feat/165-locust-setting 2024-09-10 17:47:22 +09:00
김진현
af9096284c Feat: Locust 세팅 - S11P21S002-165 2024-09-10 17:46:12 +09:00
김진현
a5a4c49d62 Chore: Locust 패키지 추가 + torchvision 버전충돌 수정 2024-09-10 17:38:06 +09:00
김용수
10f60972b8 Merge branch 'ai/feat/117-detection-model-train' into 'ai/develop'
Feat: Detection 모델 학습 API 구현 - S11P21S002-117

See merge request s11-s-project/S11P21S002!56
2024-09-09 17:57:02 +09:00
김진현
75a12dd10c Feat: Detection 모델 학습 API 구현 - S11P21S002-117 2024-09-09 17:46:15 +09:00
김용수
1c74e539d9 Merge branch 'ai/feat/106-train-dataset-setting' into 'ai/develop'
Feat: Detection AI 모델 훈련 데이터 세팅 - S11P21S002-106

See merge request s11-s-project/S11P21S002!51
2024-09-09 15:04:28 +09:00
김진현
144d837361 Feat: Detection AI 모델 훈련 데이터 세팅 - S11P21S002-106 2024-09-08 16:46:59 +09:00
김진현
9abf99b992 Chore: environment.yml 패키지 수정 2024-09-05 17:07:25 +09:00
김태수
e86ce42166 Merge branch 'ai/feat/118-segmentation-autolabel' into 'ai/develop'
Feat: Segmentation 오토 레이블링 API 구현 - S11P21S002-118

See merge request s11-s-project/S11P21S002!48
2024-09-05 12:52:01 +09:00
김진현
1196476286 Feat: Segmentation 오토 레이블링 API 구현 - S11P21S002-118 2024-09-05 11:02:52 +09:00
정현조
4b56061f94 Merge branch 'ai/feat/detection-autolabel' into 'ai/develop'
Feat: Detection모델 로드 함수 보완

See merge request s11-s-project/S11P21S002!47
2024-09-05 10:45:00 +09:00
김진현
b0fc9f2de1 Merge branch 'ai/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into ai/feat/118-segmentation-autolabel 2024-09-05 10:40:56 +09:00
김진현
924ad01962 Feat: Detection모델 로드 함수 보완
- Detection 모델인지 검증 부분 추가
- device 인자 및 gpu 이용 추가
2024-09-05 10:40:20 +09:00
김진현
8335f6d15d Fix: Detection 레이블 객체 파싱에서 imageDepth 수정 2024-09-05 10:36:17 +09:00
김태수
1f63944ac1 Merge branch 'ai/chore/env-setup' into 'ai/develop'
Chore: conda로 의존성 관리 추가

See merge request s11-s-project/S11P21S002!45
2024-09-05 09:49:23 +09:00
김진현
27e60ee68a Chore: conda로 의존성 관리 추가
- READ.me 및 노션 문서에 세팅 방법 적어둠
- conda로 관리하는 것이 Cuda 설치 등 더 유연함
- gpu 서버 또한 conda로 가상 환경 설정 예정
2024-09-04 22:26:22 +09:00
김진현
635c2a2033 Merge branch 'ai/feat/image' into 'ai/develop'
Refactor: API endPoint 변경 및 이미지 메모리 처리

See merge request s11-s-project/S11P21S002!43
2024-09-04 17:44:39 +09:00
김용수
6e87beab55 Refactor: API endPoint 변경 및 이미지 메모리 처리 2024-09-04 17:36:40 +09:00
홍창기
c7379d52ed Merge branch 'ai/feat/53-detection-autolabel' into 'ai/develop'
Feat: Detection 오토 레이블링 API 구현 - S11P21S002-53

See merge request s11-s-project/S11P21S002!37
2024-09-03 15:54:48 +09:00