Skip to content

IoT 데이터 기반 AI 모델 개발 프로젝트

License

Notifications You must be signed in to change notification settings

copper-light/iot_ai_model

 
 

Repository files navigation

IoT AI model project

  • IoT 데이터를 활용한 AI 모델 개발 프로젝트 입니다.
  • Target Device : Nivida jetson TX2 (4GB)
  • 학습머신에서는 Pytorch, Tensorflow로 모델 개발 및 학습하고 ONNX로 전환하며, 최종적으로 Jetson TX2에서 ONNX를 TensorRT 모델로 전환하여 사용합니다.
  • 공개된 학습데이터셋을 활용하며, 본 프로젝트 코드에는 데이터셋은 포함되어 있지 않습니다. (아래 링크를 따라 별도로 다운로드)

이미지 분류 모델

1. Inception v4

2. ResNet50

객체 인식 모델

3. SSD ResNet18

4.Yolo3

이미지 분할 모델 (Image Segmentation)

5. Unet

시계열 분류 모델

6. LSTM

7. RNN

About

IoT 데이터 기반 AI 모델 개발 프로젝트

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 2.1%