tsing-cv
tsing-cv
```python make: Entering directory '/home/????/EAST-master/lanms' g++ -o adaptor.so -I include -std=c++11 -O3 -I/home/??/anaconda2/envs/tf3_w/include/python3.5m -I/home/??/anaconda2/envs/tf3_w/include/python3.5m -Wno-unused-result -Wsign-compare -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O3 -pipe -I/home/??/anaconda2/envs/tf3_wqq/include -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -flto -DNDEBUG...
```python File "rotate_polygon_nms.pyx", line 23, in rotate_polygon_nms.rotate_gpu_nms IndexError: Out of bounds on buffer access (axis 0) [[Node: RCNN_Postprocess/PyFunc_7 = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_INT32], Tout=[DT_INT64], _class=["loc:@RCNN_Postprocess/cond_7/Switch_1"], token="pyfunc_22", _device="/job:localhost/replica:0/task:0/device:CPU:0"](RCNN_Postprocess/concat_7/_6413, RCNN_Postprocess/PyFunc/input_1, RCNN_Postprocess/PyFunc/input_2)]] [[Node: RCNN_Postprocess/Shape_1/_7009...
```python img_name_batch, img_batch, gtboxes_and_label_batch, num_obs_batch = \ tf.train.batch( [img_name, img, gtboxes_and_label, num_obs], batch_size=batch_size, capacity=1, num_threads=1, dynamic_pad=True) ``` @yangxue0827
Could you make your evaluate results public