https://github.com/ht0710/auto-checkout
https://github.com/ht0710/auto-checkout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ht0710/auto-checkout
- Owner: HT0710
- Created: 2024-01-18T16:41:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T06:32:09.000Z (about 2 years ago)
- Last Synced: 2025-01-14T01:48:11.607Z (over 1 year ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto-Checkout
## Install
### **Python 3.10**
#### Using CPU
Run `./setup-cpu.sh`
#### Using CUDA
Run `./setup-cuda.sh`
## Usage
### Video folder format
```
.
├── ...
├── modules
└── video
├── class_1
│ ├── video_1.mp4
│ ├── video_2.mp4
│ └── ...
├── class_2
│ ├── video_1.mp4
│ ├── video_2.mp4
│ └── ...
├── class_3
│ ├── video_1.mp4
│ ├── video_2.mp4
│ └── ...
└── ...
```
### Run
Change configurations in `configs/run.yaml`
```python
python3 run.py
```