We lifted 9 functions out of this paper's own repositories and ran 8 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| zhangboshen/A2J | canonical | 6 of 6 |
| bo-zhang-cs/CACNet-Pytorch | pwc_unofficial | 2 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| generate_anchors | Ran | bo-zhang-cs/CACNet-Pytorch/CACNet.py code served (permissive licence) · get_code("bb3c1b55b1637a8c") |
| pixel2world | Ran | zhangboshen/A2J/src/hands2017.py code served (permissive licence) · get_code("040d92a92b91bba4") |
| pixel2world | Ran | zhangboshen/A2J/src/nyu.py code served (permissive licence) · get_code("cc10e1b8037e9967") |
| pixel2world | Ran | zhangboshen/A2J/src/icvl.py code served (permissive licence) · get_code("806361daca45ffd7") |
| rescale_bbox | Ran | bo-zhang-cs/CACNet-Pytorch/Cropping_dataset.py code served (permissive licence) · get_code("e6e5c583560a04b3") |
| world2pixel | Ran | zhangboshen/A2J/src/hands2017.py code served (permissive licence) · get_code("fa0aecbc15dfc1b2") |
| world2pixel | Ran | zhangboshen/A2J/src/nyu.py code served (permissive licence) · get_code("f14c24a9b48287f6") |
| world2pixel | Ran | zhangboshen/A2J/src/icvl.py code served (permissive licence) · get_code("023b8783def26837") |
| shift | Not yet run | bo-zhang-cs/CACNet-Pytorch/CACNet.py code served (permissive licence) · get_code("5c866a97bb0ce1d9") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
For 3D hand and body pose estimation task in depth image, a novel anchor-based approach termed Anchor-to-Joint regression network (A2J) with the end-to-end learning ability is proposed. Within A2J, anchor points able to capture global-local spatial context information are densely set on depth image as local regressors for the joints. They contribute to predict the positions of the joints in ensemble way to enhance generalization ability. The proposed 3D articulated pose estimation paradigm is different from the state-of-the-art encoder-decoder based FCN, 3D CNN and point-set based manners. To discover informative anchor points towards certain joint, anchor proposal procedure is also proposed for A2J. Meanwhile 2D CNN (i.e., ResNet-50) is used as backbone network to drive A2J, without using time-consuming 3D convolutional or deconvolutional layers. The experiments on 3 hand datasets and 2 body datasets verify A2J's superiority. Meanwhile, A2J is of high running speed around 100 FPS on single NVIDIA 1080Ti GPU.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1908.09999")
get_code_for_paper("1908.09999")
have("1908.09999")
Connect an agent — have() is free.