xav12358

Results 8 issues of xav12358

Hello , I would like to know why you modify the row and column in the Pnet process? ` img_x = np.expand_dims(im_data, 0) img_y = np.transpose(img_x, (0, 2, 1, 3))...

Hello I found this project really interesting I add that code in mtcnn_detect.py to store the whole graph : def __init__(self, face_rec_graph, model_path = "models", threshold = [0.6, 0.7, 0.7],...

Hello, I would like to retrain the ssd_inception two stages models. In the Readme, you explain how to train the FastRCNN but not the two stage SSD. Can you tell...

Hello, I try to us the download.py file oncode folder. I can't find playlist module on my computer and when I try to install it I get that message: ```...

Hello, I want to modify the project to compile it for arm64-v8a. Is tehre a simple way to do that?

Hello, When I try to execute that command `python3 create_inputs_from_dataset.py ` I get that error: `python3 create_inputs_from_dataset.py Traceback (most recent call last): File "create_inputs_from_dataset.py", line 40, in from utils import...

Hello, I would like to know how you manage to compile tensorflow for arm64?

Hello, I try to run the project but I don't know where to get dataset for training it. Where can I get the data? Then I notice, the input wav...