-
Hi,
Good work!
May I know the details of 2D pose estimation network in your paper? similar to 'Simple baselines for Human Pose Estimation' or modified Resnet50?
-
### Update: For anyone who needs this new feature right now on Python and can't wait 3 months for the next OpenCV version, read this post on how to compile a custom Python `.whl` package:
https://g…
-
Hi Yang,
Thanks for great work.
May i ask how to get the rotation matrix according to azimuth, elevation and in plane rotation angles?
Thanks,
Yuer
-
Hi.....Thanks for this awesome page!
There are some papers in 2018 from ECCV which are not included. Perhaps you can add them.
- Exploring Visual Relationship for Image Captioning
- Boosted Attenti…
-
Hello,
Thanks for providing such a nice theme for Hugo.
I just update Hugo to the 0.57.2 version and I pull the last version of our theme. But it breaks my homepage whereas the other pages alwa…
-
Have you tried cross-dataset testing - training on one dataset, say market1501 and testing on another, say cuhk03 or duke? Have you come across any model with code which has tried this? Will be really…
ghost updated
5 years ago
-
-
I notice that in your prw_test.py, you didn't use camera id information for PRW. Did you treat the correct matches from the same camera as positive?
In this script, (https://github.com/liangzheng0…
-
ECCV2018
Weakly-supervised 3D Hand Pose Estimation from Monocular RGB Images
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yujun_Cai_Weakly-supervised_3D_Hand_ECCV_2018_paper.pdf
-
Hi~ Recently, I have read a lot papers related to keypoint localization and found out some of them could be categorized into three kinds based on loss ( regerssion directly, dense predicted by heatma…