-
Keypoints:
- kerbrute --> find user list such as discovery, info, etc
- SMB share folder/file --> find 'discovery's password
- impacket-mssqlclient (for MSSQL) with discovery cred --> found 'h…
-
Thank you for this excellent data augmentation repo! I was wondering if there is one way to return all keypoints but mark those invisible keypoints. This is because the current method can remove invis…
-
Suppose I have two object categories with completely different sets of keypoints (e.g. human keypoints and cat keypoints). Can I train CenterNet to detect keypoints for both categories in one model?
-
Hi,
I ran "python -m torch.distributed.launch --nproc_per_node=1 test.py -i 1" successfully.
After finished running, I am reading 'results.json' file and plotting the keypoints with images using …
-
I'm planning on export more keypoints to generate vmd. And I meet difficult when trying to add more skeleton. I dont know why in "initial = QQuaternion.fromDirection(QVector3D(0,1,0), QVector3D(0,0,1)…
-
Recently, i want to search a method to detect keypoints of a person, and i find the keypoint r-cnn. But i don't find the paper of keypoint r-cnn, so i want to know whether the keypoint r-cnn belongs t…
-
from the official coco website
Images
2014 Train images [83K/13GB]
2014 Val images [41K/6GB]
2014 Test images [41K/6GB]
2015 Test images [81K/12GB]
2017 Train images [118K/18GB]
2017 Val imag…
-
### Description
Welcome to the 'DSWP' Team, good to see you here.
With this issue, the readers will know on how to predict keypoints on face images. You analyze faces in images and videos along …
-
Hi,
thanks for a great and useful library!
Is there a way to ensure that no keypoints are dropped, similar to `RandomSizedBBoxSafeCrop` for bboxes? I tried making a bbox by hand from keypoint coo…
vedal updated
2 years ago
-
### Proposal Summary
FiftyOne currently supports instance segmentations within a Detection instance. We can use the mask argument to add a 2D numpy array of the instance segmentation mask. However,…