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

[jsk_perception/fast_rcnn.py] fast_rcnn node to follow chainer-v2 version #2249

Merged
merged 3 commits into from Mar 19, 2018

Conversation

knorth55
Copy link
Member

No description provided.


h_cls_score = self.cls_score(h)
cls_score = F.softmax(h_cls_score)
bbox_pred = self.bbox_pred(h)

if t is None:
assert train is False
assert chainer.config.train
Copy link
Member

Choose a reason for hiding this comment

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

assert not chainer.config.train?

Copy link
Member Author

Choose a reason for hiding this comment

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

thx! updated!

@k-okada k-okada merged commit 9dd8b18 into jsk-ros-pkg:master Mar 19, 2018
@knorth55 knorth55 deleted the fast-rcnn-chainer-v2 branch March 19, 2018 03:07
@wkentaro wkentaro added this to the 1.2.5 milestone Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants