Skip to content

Releases: DGU-ITRC/CSDC_Falldown

Release v1.0

28 Oct 03:32
Compare
Choose a tag to compare

FALLDOWNTHUMB

사용법

  1. 파일 다운로드
    모듈 사용을 위해 아래 3가지 파일을 다운로드 받아 동일한 디렉토리에 위치 시킵니다.
  • run_container.sh
  • Dockerfile
  • falldown_module.zip
  1. 도커 이미지 빌드
    도커 이미지를 빌드하기 위해 아래 명령어를 실행합니다.
docker build -t falldown_module:v1.0 -f Dockerfile .
  1. 도커 컨테이너 실행
    도커 컨테이너를 실행하기 위해 run_container.sh를 실행하거나 아래 명령어를 입력합니다.

run_container.sh 사용

  1. bash run_container.sh
  2. 사용할 GPU 번호 입력 (ex: 0)
  3. 사용할 버전 입력 (해당 릴리즈 버전에선 v1.0입력)

데모

데모를 사용해보려면 아래 주소에 접속합니다.

{PC 또는 워크스테이션, 서버 IP}:50004

Checkpoint

28 Oct 03:24
Compare
Choose a tag to compare

사용법

  1. 파일 다운로드
  2. 프로젝트 루트 디렉토리에 checkpoint디렉토리 생성
  3. checkpoint디렉토리로 파일 이동 또는 복사

참고

├── LICENSE
├── README.md
├── **checkpoint**
│   ├── **falldown_checkpoint.pth**
│   └── **rtmo_checkpoint.pth**
├── model.py
├── module
│   ├── Loader.py
│   ├── Models.py
│   ├── Utils.py
│   └── __init__.py
│   └── __pycache__
├── requirements.txt
├── resource
│   └── thumb.png
├── run.sh
├── server.py
├── static
│   ├── demo
│   │   ├── clip.mp4
│   │   └── clip_short.mp4
│   ├── input
│   │   └── __init__
│   └── output
│       └── __init__
└── template
    └── index.html