Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

update faster rcnn example with logging and cpu make #6486

Merged
merged 3 commits into from
May 30, 2017

Conversation

ijkguo
Copy link
Contributor

@ijkguo ijkguo commented May 30, 2017

the contents are:

  • remove deprecated files
  • update pycocoutils to current version
  • use logging for output (in pycocotools/cocoeval.py from __future__ imports print_function is not on the first line and will cause syntaxerror on python 2.7.6)
  • support cpu make and setup.py by skipping gpu_nms
  • fix proposal op (note that the old code happened to be correct because base_anchor is a square)

file changes:
commit 1: example/rcnn/*.py
commit 2: src/operator/contrib/proposal-inl.h

ijkguo and others added 3 commits May 30, 2017 17:32
* remove deprecated files
* update pycocoutils
* use logging for output
* support cpu make and setup.py
@piiswrong piiswrong merged commit 4fb4a20 into apache:master May 30, 2017
piiswrong pushed a commit that referenced this pull request May 30, 2017
* update rcnn for logging and cpu make
* remove deprecated files
* update pycocoutils
* use logging for output
* support cpu make and setup.py

* fix proposal op
Guneet-Dhillon pushed a commit to Guneet-Dhillon/mxnet that referenced this pull request Sep 13, 2017
* update rcnn for logging and cpu make
* remove deprecated files
* update pycocoutils
* use logging for output
* support cpu make and setup.py

* fix proposal op
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants