Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arxiv url extraction #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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