Skip to content

Fix arxiv url extraction#24

Open
mttk wants to merge 1 commit intochiphuyen:masterfrom
mttk:fix_arxiv_urls
Open

Fix arxiv url extraction#24
mttk wants to merge 1 commit intochiphuyen:masterfrom
mttk:fix_arxiv_urls

Conversation

@mttk
Copy link

@mttk mttk commented Mar 6, 2019

Fixes #23

Arxiv changed their layout so I updated the line indices / starting points accordingly. Gave them names so further updates might be easier to update & debug. I tested briefly on Ubuntu / python 3.6, but this is raw string indexing so it shouldn't break anything cross platform.

> sotawhat object detection
Improve Object Detection by Data Enhancement based on Generative Adversarial Nets (Wei Jiang - 5 March, 2019)
The accuracy of the object detection model depends on whether the anchor boxes effectively trained. Our model with 321x321 input achieves 78.7% mAP on the VOC2007 test, 76.6% mAP on the VOC2012 test.
Link: https://arxiv.org/abs/1903.01716

Copy link

@chenquan chenquan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chenquan
Copy link

chenquan commented May 3, 2019

@chiphuyen Request merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Links to arxiv seems to be broken

2 participants