Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlizh429/head_box
https://github.com/jianlizh429/head_box
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jianlizh429/head_box
- Owner: JianliZh429
- Created: 2017-12-28T06:00:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T01:23:46.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T03:50:26.276Z (9 months ago)
- Language: Jupyter Notebook
- Size: 66.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/TENSORBOX_LICENSE.txt
Awesome Lists containing this project
README
# Head Box
Detect tiny heads in image# Installation
$ cd utils && make && make hungarian && cd ..
$ python train.py --hypes hypes/lstm_rezoom.json --gpu 0 --logdir output## Restore training
$ python train.py --hypes hypes/lstm_rezoom.json --gpu 0 --logdir output --weights $weights_file# Evaluation
$ python evaluate.py --weights output/overfeat_rezoom_2018_01_02_09.44/save.ckpt-100000 --test_boxes data/brainwash/val_boxes.json
$ python detect.py $data_dir hypes.json $output_dir
# Tensorboard
$ tensorboard --logdir output