https://github.com/bing-su/pelvic_fracture_detection
https://github.com/bing-su/pelvic_fracture_detection
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bing-su/pelvic_fracture_detection
- Owner: Bing-su
- Created: 2022-06-13T08:11:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T00:47:17.000Z (about 1 year ago)
- Last Synced: 2025-01-02T15:50:44.445Z (5 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pelvic_fracture_detection
### CLI 커맨드 사용 예제
#### train
```sh
python tools/train.py --config config/fastflow.yaml
```#### inference
```sh
python tools/inference.py \
--config config/fastflow.yaml \
--weight_path results/fastflow/fracture_fastflow/weights/model.ckpt \
--image_path data/fracture_voucher \
--save_path results/fastflow/fracture_fastflow/images
```