waleedrazakhan92

Results 13 issues of waleedrazakhan92

I have an image that is masked already so i don't have the original image with me but. How to run inference on that? Because in the test.py code it...

I'm working with mediapipe face mesh landmarks model. What I want is to find the 468 landmarks for a face and then filter out any faces with occluded landmarks. The...

type:support
solution:face mesh
stat:awaiting googler

Hi, can you please provide the code to create the old photo effect like scratches and dust particles. The code that you've provided has gaussian blur, pepper like noise and...

Im trying to predict on the full image but in the dataloader there is cropping and augmentation going on. Is there a way to paste the cropped result with landmarks...

Hi, my end goal is to train the stylegan model using google colab TPU. Right now i'm running the code by following the instructions to first run inference on the...

Hi, I need to train the model with custom resolution 128x128. What changes do need to make in the code? What I understand is I need to have a pretrained...

Hello, thank you for the great work. Can you please make the dataset public so we can train our models or do transfer learning in case we need to add...

Hello can you please post the correct steps for inference. What want is to produce albedo, shading and face geometry for one image. I have produced the mtl, obj and...

I'm using mahotas.features.haralick to compute 13 dimensional haralick feature vector for all four angles on images with different sizes. When i set the distance greater than 100 then the computation...

I'm trying to convert stylegan2-ada pytorch version into genforce format. The ones that are not conditional are converted without any error but when there is a conditional model, i get...