gossipnet
gossipnet copied to clipboard
Non-maximum suppression for object detection in a neural network
Hello! I did `make` and in terminal I just saw the warnings, no errors. But when I tried to debug train.py I get such error: tensorflow.python.framework.errors_impl.NotFoundError: ~/nms_net/roi_pooling_layer/roi_pooling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE...
I **successfully** run the code with TF 1.12.0 You need run two sh instead of the make file. In roi_pooling_layer, please run the sh file ```sh TF_INC=$(python -c 'import tensorflow...
Hello, i get the following error: tensorflow.python.framework.errors_impl.NotFoundError: ~/nms_net/roi_pooling_layer/roi_pooling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE Is there any advice solving it?
Hi @hosang, Thanks for providing the code! Will it be possible for you to provide the trained model for COCO multiclass setting, I am trying to incorporate image features also...
Hi, I am investigating the code, but it seems that Map calculation is weird. it seems that you did not use iou thresh as defined here https://github.com/hosang/gossipnet/blob/master/nms_net/config.py#L63 . Am I...
I'm interested in your article,At the same time, I am very interested in the "A CONVNET FOR NON-MAXIMUM SUPPRESSION ", Can you share “Strong Tnet“” code for me? @hosang