vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

re-training of face detector resnet model #44

Closed pallpb closed 3 years ago

pallpb commented 3 years ago

Hi, I want to re-train the OpenCV/DNN resnet10 model. I want to replace normalize layer from the model. As my hardware does not support it. Is there any way I can replace normalize layer and re-train the model I have followed the original tutorial from openCV https://github.com/opencv/opencv/blob/master/samples/dnn/face_detector/how_to_train_face_detector.txt only question is about replacing the layer

Thanks.

vardanagarwal commented 3 years ago

Hi, I am sorry I dont know how to do it. I guess this question would be better served on StackOverflow.