Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 603 Bytes

CVtools

Some tools for computer vision

1 binaryproto2npy.py:

Transform the mean binaryproto to numpy array(caffe).

2 face_filter.py:

Face detector to preproess the face image by using dlib.

3 make_imagenet_mean.sh(caffe):

Compute imgae set mean.

4 rand_pick.py:

Randomly sample the primal image.

5 create_imagenet.sh(caffe):

Create Dataset for simple classify task.

7 simple_rect.py:

draw rectangle on images.

8 netbulder_easy:

create network prototxt for caffe.

9 motion_blur.py:

create motion blur on images.

10 class_aware_balance.py:

balance the training samples