GithubHelp home page GithubHelp logo

bharatsingh430 / deformable-convnets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from msracver/deformable-convnets

235.0 235.0 43.0 9.08 MB

Deformable Convolutional Networks + MST + Soft-NMS

License: Apache License 2.0

Python 73.51% C++ 5.94% Cuda 20.01% Batchfile 0.02% Shell 0.01% Makefile 0.02% C 0.49%
coco nms object-detection

deformable-convnets's People

Contributors

bharatpublic avatar bharatsingh430 avatar daijifeng001 avatar gd-zhang avatar haozhiqi avatar stupidzz avatar terrychenism avatar yuwenxiong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deformable-convnets's Issues

where to find the saved models

@bharatsingh430 I started to train Faster RCNN on my custom dataset, and it has passed 50 epoches, but when I want to test the saved model then I can't find it, so the question comes out where the models saved?

Could you please to add README more detail?

HI~
I am a fresher in mxnet.
It is very appreciate that you release this work! Is it possible that you add README about how to train the model more detail?
Thank you in advance!

shape mismatch when run ./rfcn/demo.py

@bharatsingh430 When run ./rfcn/demo.py, in order to load your trained params: rfcn_dcn_coco-0008.params, I change the line 95 from:
arg_params, aux_params = load_param(cur_path + '/../model/' + ('rfcn_dcn_coco' if not args.rfcn_only else 'rfcn_coco'), 0, process=True)
to:
arg_params, aux_params = load_param(cur_path + '/../model/' + ('rfcn_dcn_coco' if not args.rfcn_only else 'rfcn_coco'), 8, process=True)
While this is an error: Check failed: from.shape() == to->shape() operands shape mismatchfrom.shape = (60,) to.shape=(48,)
Is it due to the parameters of anchor? How should I change the config file.
Thanks.

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.