TF_Deformable_Net icon indicating copy to clipboard operation
TF_Deformable_Net copied to clipboard

Deformable convolution net on Tensorflow

Results 20 TF_Deformable_Net issues
Sort by recently updated
recently updated
newest added

i meet this error in g++4.8: /usr/local/lib/python2.7/dist-packages/tensorflow/include/tensorflow/core/util/cuda_kernel_helper.h:24:31: fatal error: cuda/include/cuda.h: No such file or directory look forward to hearing from you @Zardinality @JiahuiYu

@Zardinality ,thanks for your answer. But the error still again. Even I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make.

As the title. I am trying to make it work on cuda9.1 and cudnn7. Tried to use gcc-4.9 and -D_GLIBCXX_USE_CXX11_ABI=0 when loading generated .so file, I get error: undefined symbol:...

# preclude rois intersected with dontcare areas above the value __C.TRAIN.DONTCARE_AREA_INTERSECTION_HI = 0.5 __C.TRAIN.PRECLUDE_HARD_SAMPLES = True what is about it, what is dontcare area?

Normalizing targets done Solving... /usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/gradients_impl.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. "Converting sparse IndexedSlices to a dense...

because the feature will be changed in the net, so do you have to use different bounding box when detection?

in lib/networks/network.py, the function "deform_psroi_pool" I think the inputs data format have been converted into [NCHW], so the output data format of this function is still [NCHW]? If so, the...

Hey, much thanks for your great work. I follow your work now. But i met a problem when training, like : iter: 0 / 100000, total loss: 5.0174, rpn_loss_cls: 1.2912,...