mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

how to use gen_hard_example.py to generate R-net training data?

Open KeyKy opened this issue 8 years ago • 2 comments

parser.add_argument('--dataset_path', dest='dataset_path', help='dataset folder',
                    default='data/wider', type=str)
parser.add_argument('--image_set', dest='image_set', help='image set',
                    default='test', type=str)

where is the test image_set?

KeyKy avatar Jan 20 '17 07:01 KeyKy

#4

Seanlinx avatar Jan 20 '17 07:01 Seanlinx

@Seanlinx I use WIDER_train but gen_hard_examples.py is too slow in detect_face. Am i wrong

KeyKy avatar Jan 20 '17 08:01 KeyKy