-
Thank you for your great works!
I have a question regarding the algorithm for singular detection. I saw you have used the bottom-up approach since it has a higher speed for multiple-person detection.…
-
@tianzhi0549 I trained object detection with FCOS
MODEL:
META_ARCHITECTURE: "GeneralizedRCNN"
WEIGHT: "/py36_torch_v11/VoVNet-FCOS-master/VoV_model/vovnet39_ese_state_dict.pth"
BACKBONE:
…
-
Hi @chrispolo! While doing Inference I'm getting the following issue:
detections, mrcnn_class, mrcnn_bbox ,mrcnn_mask, rois, rpn_class, rpn_bbox,= self.keras_model.predict([molded_images, image_me…
-
## ❓ Questions and Help
Hi, I found out that when KEYPOINT_HEAD.SHARE_BOX_FEATURE_EXTRACTOR=True, the feature_extractor of keypoint_head becomes identical to the ones of bbox_head, which composed of …
-
Thanks for the great work and for releasing the annotations!
But I found there exist some wrong annotations in Wildtrack dataset after I visualize it.
For example, in `C1 00000050.png`, there are so…
-
Hello,
I'm working with custom dataset on a keypoint detection task and I'm interested in applying OKS metric to my results. Section 1.3 in [https://cocodataset.org/#keypoints-eval](url) describes…
-
### Branch
main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https:/…
-
## 🕋 Website
## To Reproduce
Steps to reproduce the behavior (if applicable):
1. Go to '[...'](https://pytorch.org/docs/stable/torchvision/models.html#object-detection-instance-segmentat…
-
Hi,
I was trying to visualize the layers for beliefmaps and vector field generation part for object keypoint detection. Specially a diagram like this what you did in the CenterPose. Do you have som…
-
### What:
**Removal based on feature matching** involves detecting and analyzing key features in images to identify and eliminate duplicates or overlapping images. This technique uses feature detec…