FaceBoxes-tensorflow
FaceBoxes-tensorflow copied to clipboard
A fast face detector
I can obtain the pb file by save.py and the create_pb.py with the model.ckpt-240000 (downloading). But, I can not get the right prediction results by try_detector.ipynb and face_detector.py with the...
I cannot see any files in the google drive. Could you share the pre-trained models?
I what to use my dataset to train the mode .In order to shorter the time please tell me how to load pretrain mode,thanks!
Would it be possible to do transfer learning to detect cars with this model ? How much data would be necessary to do so?
In pipeline.py / def _augmentation_fn(self, image, boxes): The function random_image_crop() outputs the cropped image and boxes, then you resize the image without adjust the boxes. I think the resize op...
assert failed [height must be
Thanks for sharing your codes. After reading your codes, I can not find multi-gpu operations, does the code support mulit-gpu? thanks!
Hellol,.i have some qusetion about the file evaluation_utils.py You use py_func API to write your own metric, but i don't see any global variable to contain the history information about...
加载模型失败
File "main.py", line 11, in face_detector = FaceDetector(MODEL_PATH, gpu_memory_fraction=0.6, visible_device_list='0') File "F:\FaceBoxes-tensorflow\face_detector.py", line 19, in __init__ graph_def.ParseFromString(f.read()) File "D:\Anaconda3\envs\tensorflow1.1\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 125, in read self._preread_check() File "D:\Anaconda3\envs\tensorflow1.1\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 85, in _preread_check...