-
This is probably known but just incase, I've been keeping up with the commits to see what might be going down with the major overhaul.
Probably known/not helpful but here is what my server vomits …
-
I am pretty new in this field so it might be a simple question but it has been bugging me for a while. I am using end effector pose (x, y, z, Rx, Ry, Rz) as the action space. It seems in some action s…
-
### Feature description
Hey, this is a great tool, but I often have trouble with the wrong face getting replaced and I'd like to be able to nudge the node towards the area where the face is. I fin…
-
Hello @Aryan-Chharia
I propose to develop a real-time face mask detection system using machine learning techniques. This project will involve building a detection model that can accurately identif…
-
I have downloaded CelebAMask-HQ and CelebA-HQ
Their directory structure is as follows:
CelebAMask-HQ:
![363J0RHY2E5C5A@PW63TW~H](https://user-images.githubusercontent.com/13413137/134798855-62e…
-
I have been reading through the code to understand the attention masking patterns and I have a few questions.
First, when running the code with the default hyperparams, I get the following warning …
-
https://github.com/michaelgorkow/SAS_DeepLearning/blob/master/Face_Mask_Detection/face_mask_detection_training.ipynb
Tried running the code above and had errors with the training section
![image](ht…
-
I have solved all the problems and get the right picture. There are few bugs:
The model need four inputs: ori_img, makeup_img, ori_img's parsing,makeup_img's parsing. Well you can get the parsing i…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : COVID-19 Medical Face Mask Detector
:red_circle: **Aim** :Develop a deep learning model to detect whet…
-
```
face_img = cv2.imread(os.path.join(ori_imgs_dir, '{:d}.jpg'.format(ref_id)))
face_img_mask = cv2.imread(os.path.join(mask_dir, '{:d}.png'.format(ref_id)))
rigid_mask = face_img_ma…