-
The local feature extractor SIFT based DOG extractor class model in hloc/extractors/dog.py seems to be now broken becuase of the update in the pycolmap.
With the latest pycolmap 0.6.1, pycolmap.sift.…
-
I want to use imgaug with pytorch.
def __getitem__(self, index) in torch.utils.data.Dataset can process one picture at a time, but in seq(images = images, keypoints = keypoints), I must give 4 dims …
-
The invariance against perspective transformations is only valid, when MSER keypoints are extracted and described as ellipses. Internally they are also extracted as ellipses.
I see, there is such a…
-
The keypoints in the export file will not be available unless segmentation has been added to the image. 0 of X images annotated in the dataset when keypoints have been added. @jsbroks
-
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
### → Step 1: Describe the issue 📝
> Did you find a bug? Want to suggest an idea for feature?
I am ne…
-
Hello, thanks for your excellent research! I tried to reproduce the YOLO-Pose, but met a problem.
I want to train the model on the CrowdPose dataset. When I generate the label files with the yolo for…
-
Hi, I read the appendix part of your papaer and found that you mention
> Therefore we can interpolate RGB supervision for rays corresponding to detected keypoints, allowing us to supervise RGB and …
-
Hi,
in MPII dataset, some keypoints are out of the image size, or the coordinates of some points are (0, 0), how to deal with these keypoints when generate heatmaps and calculate loss?
-
Thank you for great works!
Actually, I suffered from broken official leader board or download link from 2d-kpt datasets.
Fortunately, I have image files for datasets already.
Could you provide ann…
-
When running the command `bash test/integration_test.sh` or the command `python keypoint_detector/train/train.py` I get the error message `AttributeError: type object 'Trainer' has no attribute 'add_a…