Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I'm working on training a custom Keypoint R-CNN model using PyTorch, and I’m encountering issues while implementing the custom dataset and dataloader for COCO-style annotations. My dataset includes ...
0 votes
0 answers
170 views

| Camera Model | D400 | | Language | Python| | Segment | Depth camera | I am trying to map a person's pose in 3D using a depth camera and an algorithm that returns the person's joints in 2D. I have ...
1 vote
0 answers
146 views

I am having a lot of difficulties converting a keypointrcnn_resnet50_fpn model from ONNX to TensorRT. I have done an extensive search on how to do so, and couldn't find anything that enables me to ...
-1 votes
1 answer
399 views

{"version": 1.0, "people": [{"face_keypoints": [], "pose_keypoints": [104.818897637795, 34.4436363636364, 0.915185123682022, 83.9055118110236, 80.0581818181818, ...
0 votes
1 answer
290 views

I have run the YoloV8 model example for estimating animal poses on Google Colab and I want to add code to upload animal images and be able to display image results in the form of animal images that ...
-1 votes
1 answer
100 views

Currently, I am implementing multi-class semantic segmentation pipeline for my custom dataset. At the end of training/evaluation, I will get the corresponding masks of my classes/objects. From the ...
1 vote
1 answer
2k views

I am working with OpenCV in Python and trying to diplay the keypoints recognized by SIFT from gray image to the original color image. Here is my code import cv2 as cv org_img = cv.imread('/content/...
soucs's user avatar
  • 45
1 vote
0 answers
527 views

I'm trying to implement the panorama stitching via OpenCV into our process, but want to use control points / matches gathered from PTGui. PTGui however just lists the keypoints and the matches between ...
1 vote
1 answer
581 views

First, I will explain the problem statement. I am wuing Detectron2 for keypoint detection for my custom dataset. I am using the below code to visualize the bounding box and the keyoints. outputs = ...
0 votes
1 answer
265 views

this is the full code i'm trying to run from mtcnn.mtcnn import MTCNN import cv2 image = cv2.imread('figure.jpg') detector = MTCNN() face = detector.detect_faces(image) for face in faces: print(...
0 votes
1 answer
208 views

I am trying to use Deep3DFaceRecon_pytorch and the first step is to get your image trough MTCNN in order to get the landmarks for the face. I use the general demo code from MTCNN. It works great and i ...
5 votes
1 answer
2k views

How do I prepare a custom keypoints dataset for WongKinYiu/yolov7?
1 vote
0 answers
844 views

I have successfully trained a model for custom instance segmentation using Detectron2. Now I am preparing my custom dataset to train a keypoint detection model using Detectron2. Detectron2 uses COCO ...
-1 votes
1 answer
119 views

I am implementing a keypoint detection algorithm to recognize biomedical landmarks on images. I only have one type of landmark to detect. But in a single image, 1-10 of these landmarks can be present. ...
0 votes
1 answer
325 views

I have annotated and downloaded COCO keypoint annotations from the CVAT software but the points are in the wrong order. Has anyone else encountered this issue? If so how did you get around it?

15 30 50 per page
1
2 3 4 5
...
12

AltStyle によって変換されたページ (->オリジナル) /