https://github.com/lucasjinreal/bboxer
Pure, Simple yet Powerful Image Bound Box Making Tool, already cross platform, welcome star and keep updating.
https://github.com/lucasjinreal/bboxer
detection image-detection tensorflow tools
Last synced: 8 months ago
JSON representation
Pure, Simple yet Powerful Image Bound Box Making Tool, already cross platform, welcome star and keep updating.
- Host: GitHub
- URL: https://github.com/lucasjinreal/bboxer
- Owner: lucasjinreal
- License: other
- Created: 2017-03-23T14:29:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T14:07:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T14:39:52.079Z (about 1 year ago)
- Topics: detection, image-detection, tensorflow, tools
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure and Simple yet Powerful Bounding Box Tool

bboxer has the following features:
* drag a box you will see it right on image;
* you can choose class index with number and you can see number on image;
* if you did something wrong, just press r to reset;
* after bouding all box, press s, save all bbox label with normal format.
* all platform can use;
* more...
we are going add more features to this bboxer tool.


# Install
repo contains a cross-platform builded binary program which can be run at **any platform**.
for using:
```
git clone https://github.com/jinfagang/bboxer.git
cd bboxer
mkdir build
cd build
cmake ..
make -j8
sudo make install
./bboxer ~/Documents/images ~/Documents/labels
```
* `~/Documents/images `: is your image contains directory;
* `~/Documents`: is your save bbox lable files directory;
# Announce
all the label file will save into your given dir. and every label file with this format:
```
class_index x_1 y_1 x_2 y_2
```
# Contact
if you have any question when using, please contact me via wechat: `jintianiloveu`, for more my projects, vists my website:
[lewisjin.oschina.io](https://lewisjin.oschina.io)