-
I have this code:
`boxes, probs = mtcnn.detect(rgb_frame)
if boxes is not None:
for box, prob in zip(boxes, probs):
if prob < min_probability:
continue
…
-
Within the same directory I downloaded arface_service.py, mtcnn_detector.py, and the .py version of arface_inference.ipynb :
marco@pc:~/python3venvironments/mxnet/arcface$ ls -lah
total …
-
Hi,
I have been trying to run facenet on my custom data set. When I try to run the align_dataset_mtcnn.py I get the error:
module 'facenet' has no attribute 'store_revision_info'
The error is occ…
-
Make possible to freeze and safe the MTCNN PNet, RNet and ONet, after they have been loaded with the pre-trained weights.
-
### Search before continuing 先搜索,再继续
- [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。
### Description 描述
Hi there,
…
-
.\dface\core\models.py:9: UserWarning: nn.init.constant is now deprecated in favor of nn.init.constant_.
nn.init.constant(m.bias, 0.1)
Traceback (most recent call last):
File "g:/mtcnn/dface/tr…
-
Hi Vcyc
could you please help with the code snippet of converting from mtcnn weights in npy to pb format ?
regards
avaish1
-
Hi,
It is not deetction all faces in oscar_big.png but original mtcnn does
any idea why ?
![oscar_big](https://user-images.githubusercontent.com/17505439/54670802-86343980-4b05-11e9-9b7d-c827…
-
When I was trying to run this command
`for N in {1..4}; do python3 src/align/align_dataset_mtcnn.py ~/datasets/lfw/raw ~/datasets/lfw/lfw_mtcnnpy_160 --image_size 160 --margin 32 --random_order --gpu…
ghost updated
4 years ago
-
Hey,
I followed the instruction on [basic ubuntu installation](https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation#install-script). It installed succesfully; however, when I run `s…