-
Notifications
You must be signed in to change notification settings - Fork 222
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
light_head_rcnn/lib/lib_kernel/lib_psalign_pooling/psalign_pooling.so: cannot open shared object file: No such file or directory #53
Comments
When run the command "python3 train.py -d 0-7"
|
@hang0522 "python3 train.py -d 0-7" 0-7 show your gpu id so if u are using one gpu you need to specify it by only 0 |
I am having issue when loading the session from .meta file Traceback (most recent call last): Since PSROIPool is implemented in .so as a layer is it possible to freeze_graph ? |
vi mvpose/backend/light_head_rcnn/lib/lib_kernel/lib_psalign_pooling/make.sh TF_INC=$(python3 -c 'import tensorflow as tf; print(tf.sysconfig.get_include())') g++ -std=c++11 -shared -D_GLIBCXX_USE_CXX11_ABI=0 -o psroi_pooling.so psroi_pooling_op.cc |
No description provided.
The text was updated successfully, but these errors were encountered: