Git Product home page Git Product logo

centernet-pasvoc's Introduction

one-stage-object-detection

one stage object detection include yolov1 yolov2 yolov3 object as point reference https://github.com/xingyizhou/CenterNet

the simple train method which not contain DCN

  • modify the code in the models init.py
# from .dlav0 import get_pose_net
#from .resnet_dcn import get_pose_net
# from .pose_dla_dcn import get_pose_net
from .msra_resnet import get_pose_net
__all__=(
'get_pose_net', 

the code need to complile the DCNv2,this code is compliled in windows 10,VS2015 python3.6

the file directory is:

detect.py test the original model(train in coco dataset)

  • testvoc.py test the result of train using the PASVOC dataset

data preprocess

  • download PASVOC dataset in the data dir move the voc_label.py to the data dir
python voc_label.py

could generate the *.txt like
2007_test.txt
2007_train.txt
2007_val.txt
2012_train.txt
2012_val.txt

cat 2007_train.txt 2012_train.txt 2012_val.txt 2007_val.txt>train.txt
cat 2007_test.txt >val.txt 

train

train code is in the experiments

sh pasvoc_384_origin.sh

using the resnet18dcn the mAP is 0.69 using the resnet50dcn the mAP is 0.73

centernet-pasvoc's People

Contributors

zhaozz-lab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

2017tjm

centernet-pasvoc's Issues

What's the key of the higher mAP?

Thanks for opening your code.

I am still trying to implement CenterNet from scratch.

I faced some problem.

My model generates too many overlapped bounding box, though I applied nms with 3x3 maxpooling.

I don't know what the problem is.

Have you ever experienced like this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.