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

Orientation in cuda implementation #18

Closed
SHaiHosh opened this issue Jan 16, 2018 · 2 comments
Closed

Orientation in cuda implementation #18

SHaiHosh opened this issue Jan 16, 2018 · 2 comments

Comments

@SHaiHosh
Copy link

SSTD article says:
"we use a softmax function for binary classification of text or non-text, and apply the smooth-l1 loss for regressing 5 parameters for each word bounding box, including a parameter for box orientation"

I can find the box orientation parameter in the .cpp implementation
But I cannot find the box orientation parameter in the .cu implementation

The .cpp implementation (on CPU) cannot run because "mask_resize_layer.cpp:42] Not Implemented Yet"

Is there a way to get orientation from .cu implementation?

Have you already implemented the mask_resize_layer.cpp?

@BestSonny
Copy link
Owner

@SHaiHosh Did you mean file1 and file2?

For the file2, we didn't have a CPU version.

@SHaiHosh
Copy link
Author

The compilation fails on mask_resize_layer.cpp already - so this is what I meant for

Anyway, is there a way to get the orientation (the box angle) in .cu implementation?

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

No branches or pull requests

2 participants