kiashann

Results 12 comments of kiashann

Could you please share final code or any colab demo for extract attention map @gouttham [gouttham](https://github.com/gouttham)

For one image I got a score above 100. Why was it happen? What's the problem?

Hi, How did you run the command for outpainting without error? What was your input image? Did you use .png image for test? I got error about lmdb dataset and...

> I think you have to install an old version of scikit-image. > > https://github.com/axu2/scikit-image/tags > > I think v0.14.0 I got another error when I used an old version...

Hi everyone. How did you use face recognition models for comparing the faces of two people after this code? What is the nms argument? import insightface model = insightface.model_zoo.get_model('retinaface_r50_v1') model.prepare(ctx_id=-1,...

> I have also encountered a similar situation. I am using an Intel NUC with an RTX 2060(win10, onnxruntime-gpu: 1.16.0, CUDA: 11.8, cuDNN: 8.5.0.96). > > The code to init...

> etinaface_r50 Hi, how did you utilize the retinaface_r50_v1 model? How we can use another face detection models which provided in model zoo? Can you provide any code example? Unfortunately,...

> @HeChengHui No sorry, but i can give you the full pipeline: > > 1. infer with SCRFD-10GF > > * Prepro: Resize max size to 640px and normalize img...

Could you please share your code? How did you train on another dataset?

> > import insightface > > import numpy as np > > import cv2 > > import os > > model_path = '/data9/memoconv/tools/facerecog/webface/webface_r50.onnx' > > model = insightface.model_zoo.get_model(model_path) > >...