Skip to content
#

dota

Here are 106 public repositories matching this topic...

liusiyuan1111
liusiyuan1111 commented Dec 28, 2019
WARNING:tensorflow:From convert_data_to_tfrecord.py:81: The name tf.python_io.TFRecordWriter is deprecated. Please use tf.io.TFRecordWriter instead.

Traceback (most recent call last):
  File "convert_data_to_tfrecord.py", line 125, in <module>
    convert_pascal_to_tfrecord()
  File "convert_data_to_tfrecord.py", line `93,` in convert_pascal_to_tfrecord
    img_height, img_width, gtb
lijain
lijain commented Nov 15, 2019

在demo_rh_pyramid.py中的157行如下面代码:
det_boxes_r_ = forward_convert(det_boxes_r_, False)
det_boxes_r_[:, 0::2] *= (w_len / ss)
det_boxes_r_[:, 1::2] *= (h_len / ss)
det_boxes_r_ = back_forward_convert(det_boxes_r_, False)
有时会报IndexError: too many indices for array,查看有时为空。当用if做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了

Improve this page

Add a description, image, and links to the dota topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dota topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.