-
From below code, it outputs value of keypoints by (heatmap * grid).sum(dim=(2, 3))
Then I can get tensor with shape of (10, 2) (Here, 10 is the number of keypoints)
`grid = make_coordinate_grid(sh…
puhuk updated
2 years ago
-
When the image infer by the model, the image downsize 4x, the small face is 2-5 pixl in my data ,the keypoint heatmap center is very close, and then After the 3x3 maxpooling, the 5 keypoints may doub…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
@viplix3 Hi!
Thanks again for your work.
I have been playing with GMC algos and there seeme to be a pb in
`HomographyMatrix OpenCV_VideoStab_GMC::apply(const cv::Mat &frame_raw, const std::vecto…
-
Is it possible to use the provided codebase solely for inference? The documentation only containes examples for training and not also for just simply running inference on unlabelled datasets for pose …
-
Whether keypoint detection support?
ppogg updated
2 months ago
-
I would like to use maskrcnn to do keypoint detection, what should i change?
any suggestions are welcome.
-
Hi,
@jch1 , @tombstone , @derekjchow , I would appreciate your help.
**ADDING FUNCTIONALITY**
I recently start to use SSD with MobileNet feature extractor for solving face detection problem . In…
-
Thanks for providing this brilliant repo.
It works well on the web app. May I know is there a Python API I can use in the Python script? For example, I have two images and want to perform keypoint …
-
as an example, just like this:
![20160602111253613](https://user-images.githubusercontent.com/24890083/36767249-b2ce89f2-1c74-11e8-8161-dae7d84ad8cc.png)
if not,then how should I develop that base…