SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1605.06409 · 2016

R-FCN: Object Detection via Region-based Fully Convolutional Networks

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 11 functions out of this paper's own repositories and ran 2 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.

RepositoryRoleRan
princewang1994/R-FCN.pytorch pwc_unofficial 1 of 4
princewang1994/RFCN_CoupleNet.pytorch pwc_unofficial 1 of 3
Feynman27/pytorch-detect-rfcn pwc_unofficial 0 of 4
FunctionStatusWhere it lives
conv3x3 Ran princewang1994/RFCN_CoupleNet.pytorch/lib/model/couplenet/resnet_atrous.py
code served (permissive licence) · get_code("fac5364e2f53c6db")
voc_eval Ran princewang1994/R-FCN.pytorch/lib/datasets/voc_eval.py
code served (permissive licence) · get_code("2f16ecec36118ba9")
get_imdb Not yet run Feynman27/pytorch-detect-rfcn/lib/datasets/factory.py
code served (permissive licence) · get_code("3be9228820b46ef3")
parse_rec Not yet run princewang1994/R-FCN.pytorch/lib/datasets/voc_eval.py
code served (permissive licence) · get_code("0eafc51289a49033")
resnet18 Not yet run princewang1994/RFCN_CoupleNet.pytorch/lib/model/couplenet/resnet_atrous.py
code served (permissive licence) · get_code("94ec2986ec97471a")
resnet34 Not yet run princewang1994/RFCN_CoupleNet.pytorch/lib/model/couplenet/resnet_atrous.py
code served (permissive licence) · get_code("e937bd7ad7cf0909")
unique_boxes Not yet run Feynman27/pytorch-detect-rfcn/lib/datasets/ds_utils.py
code served (permissive licence) · get_code("8a015c012f507631")
vg_eval Not yet run princewang1994/R-FCN.pytorch/lib/datasets/vg_eval.py
code served (permissive licence) · get_code("c485a145dcf5de8e")
voc_ap Not yet run princewang1994/R-FCN.pytorch/lib/datasets/voc_eval.py
code served (permissive licence) · get_code("ec3e5aa793d6ce69")
xywh_to_xyxy Not yet run Feynman27/pytorch-detect-rfcn/lib/datasets/ds_utils.py
code served (permissive licence) · get_code("d3e019b11b709edb")
xyxy_to_xywh Not yet run Feynman27/pytorch-detect-rfcn/lib/datasets/ds_utils.py
code served (permissive licence) · get_code("a832e5017f504280")

Repositories linked to this paper

More are linked than shown here.

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our region-based detector is fully convolutional with almost all computation shared on the entire image. To achieve this goal, we propose position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection. Our method can thus naturally adopt fully convolutional image classifier backbones, such as the latest Residual Networks (ResNets), for object detection. We show competitive results on the PASCAL VOC datasets (e.g., 83.6% mAP on the 2007 set) with the 101-layer ResNet. Meanwhile, our result is achieved at a test-time speed of 170ms per image, 2.5-20x faster than the Faster R-CNN counterpart. Code is made publicly available at: https://github.com/daijifeng001/r-fcn

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("1605.06409")
get_code_for_paper("1605.06409")
have("1605.06409")

Connect an agent — have() is free.