Surabhi Gupta

Results 39 comments of Surabhi Gupta

hey.. while generating data for pnet.. did you encountered module not found error ? like while running python scripts/gen_pnet_train.py, I got Traceback (most recent call last): File "scripts/gen_pnet_train.py", line 4,...

but I am getting this error after that: ModuleNotFoundError: No module named 'mtcnn.utils.nms.cpu_nms'

yes, I compiled but there was some error.. it has been resolved. thanks @ansonku

after training pnet.. I want to generate samples for rnet, got this error, File "mtcnn/utils/nms/gpu_nms.pyx", line 17, in mtcnn.utils.nms.gpu_nms.gpu_nms cdef int boxes_num = dets.shape[0] TypeError: an integer is required although...

> > after training pnet.. I want to generate samples for rnet, > > got this error, > > File "mtcnn/utils/nms/gpu_nms.pyx", line 17, in mtcnn.utils.nms.gpu_nms.gpu_nms > > cdef int boxes_num...

@captureguy issue is solved. have you loaded cuda and cudnn modules properly ?

has the issue solved ? please help

> 你好,在运行gen_PNet_tfrecords是报错 > Traceback (most recent call last): > File "D:/github/MTCNN-Tensorflow-master/prepare_data/gen_PNet_tfrecords.py", line 131, in > run(dir, net, output_directory, shuffling=True) > File "D:/github/MTCNN-Tensorflow-master/prepare_data/gen_PNet_tfrecords.py", line 66, in run > _add_to_tfrecord(filename, image_example, tfrecord_writer)...

I am getting ckpt model dict as None while running this file

Hi @kangzhiq, I am also running the Face model but getting errors. Did you try both LGTSM and TPGAN? Could you please help me with the inference code? If possible,...