Esra Karabulut

Results 5 comments of Esra Karabulut

Hi @AlexeyAB and @WongKinYiu As @AlexeyAB suggested, I downloaded the cfg and weights file from the links provided in the post. I used a video for inference and that picture...

Hi Thank you for the reply. In Darknet almost all configuration related to number of classes happen in the Yolo layers and Convolutional layers before a Yolo layer. In -...

@huangyangyu Same here. According to the paper, the results should be the following: ![image](https://user-images.githubusercontent.com/5624028/62422133-40dc6700-b6b6-11e9-926d-8780961bef47.png) I have downloaded SeqFace and run it as is with the precalculated feature files. It quickly...

@huangyangyu Thank you for your answer. I understand each image should be aligned and cropped. I also assume this can be done by using functions given in `util.py`. Right? I...

Hi @huangyangyu Thank you again for your feedback. I have recently had the opportunity to apply MTCNN (python implementation) to preprocess the images before giving to the SeqFace. It seems...