-
I believe there might be some sort of race condition that might happen when compiling jit cpp extensions in a distributed setting.
Here a summary of what happens:
- I launch my code from multiple …
-
i can not find the backprop step in the all the packages, especially i examined the crop.py where seems like the roialign and find nothing. does any one find it ? if we do not have this layer , the r…
-
Thank you for releasing the codes. After installing caffe2 and this repo, I would like to run the testing as below
```
export CUDA_VISIBLE_DEVICES="0,1,2,3"
python launch.py \
--cfg configs/vid…
-
I'm trying to figure out how all these code run.But some problem occurs when I run a test based on ROIAlign layer.Test code is like below.
```python
import os, sys
sys.path.append(os.path.join(os.p…
-
https://github.com/unsky/Deformable-ConvNets-caffe/blob/8dded4f7571c8556304c07d92cb3e9a93d4b514f/deformable_conv_cxx/deformable_conv_layer.cu#L118
And it will throw error when compiling.
```
At e…
ksnzh updated
6 years ago
-
In pyramid_network.py,
```
rois, scores, batch_inds, mask_rois, mask_scores, mask_batch_inds = \
sample_rpn_outputs_with_gt(rois, rpn_probs[:, 1], gt_boxes, is_training=is_training…
-
File "/home/JKe/sunshihua/FastMaskRCNN-master/unit_test/data_test.py", line 64, in
feat = ROIAlign(image, boxes, False, 16, 7, 7)
File "/home/JKe/sunshihua/FastMaskRCNN-master/libs/layers/c…
-
It's a nice job and I wonder where is the ROIAlign layer or it does not implemented yet?