We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6abb commit d63004eCopy full SHA for d63004e
README.md
@@ -84,7 +84,7 @@ Additional features not mentioned in the [report](https://arxiv.org/pdf/1702.021
84
85
3. Build RoiPooling module
86
```
87
- cd lib/layer_utils/roi_pooling/src/cuda
+ cd pytorch-faster-rcnn/lib/layer_utils/roi_pooling/src/cuda
88
echo "Compiling roi_pooling kernels by nvcc..."
89
nvcc -c -o roi_pooling_kernel.cu.o roi_pooling_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52
90
cd ../../
0 commit comments