Skip to content

Latest commit

 

History

History
 
 

jetson_inference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jetson-inference 프로젝트

  • https://github.com/dusty-nv/jetson-inference 을 기반으로 함.
  • NVIDIA의 공식 프로젝트.
  • 소스에서 빌드할 수도 있고, 이미 빌드된 docker를 사용할 수도 있다.
  • 특정 모델을 선택하여 다운로드하여 실행함.
  • 생성된 python 실행파일로 물체 분류(classification), 물체 탐지(object detection), 영역 분할(segmentation), 깊이 탐지(depth detection) 실행

프로젝트 전체 내용

  • jetson 셋업. 소스 빌드하거나 docker를 사용
  • 분류, 탐지, 분할, 포즈추출 할 수 있고
  • 데이터 가져와서 분류 학습할 수 있고
  • 혹은 분류, 탐지(SSD) 데이터 새로 만들어 학습

세부 항목