RotationDetection icon indicating copy to clipboard operation
RotationDetection copied to clipboard

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.

Results 21 RotationDetection issues
Sort by recently updated
recently updated
newest added

Hi, First Great work. I am trying to reproduce HRSC results as the KLD paper, but I always get like 0.03 AP below for each method. I am using bs...

Hello, I would like to change the docker container you provide for the project, but I struggle to find the dockerfile so I can edit it. Can you help me...

使用kld loss训练都是飞机的数据 收敛到最后有的框角度准确,有的框角度不准,是训练不够,还是飞机的长宽近似,难以收敛

Traceback (most recent call last): File "", line 1, in File "D:\PyCharm 2020.1\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script File "D:\PyCharm 2020.1\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in...

Hello, I have a question regarding the "res" in the test_mlt_base.py . The result_queue is initialized with` result_queue = Queue(500)`, which to my understanding creates a Queue object with length...

Hi all, first of all, great repo, good job! I have an issue with training/testing and I would like to ask you for an advice. I am trying to train...

使用子项目rsdet成功训练出ckpt模型之后,我需要把模型转换成pb格式,查看代码发现输出节点应该是在命名“postprocess_detctions”中,但我使用tensorboard查看计算图graph时,没有发现该输出节点,打印ckpts所有节点也没有发现该节点。请问我如何才能找到模型的输出节点名称output_node_names,并且生成pb格式的权重呢? 感谢,期待您的回复!

Hello! I've found a performance issue in /utils.py: `dataset.batch(self.batch_size,drop_remainder=batch_drop_remainder)`[(here)](https://github.com/yangxue0827/RotationDetection/blob/cd1d8263002394e4e8949dc56dadeaeda7b8bfd2/libs/models/backbones/efficientnet/utils.py#L309) should be called before `dataset.map(_parse_function)`[(here)](https://github.com/yangxue0827/RotationDetection/blob/cd1d8263002394e4e8949dc56dadeaeda7b8bfd2/libs/models/backbones/efficientnet/utils.py#L308), which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.cn/guide/data_performance?hl=zh_cn#vectorized_mapping) to support it. Besides,...

Hi 大佬, I can train my own data normally and generate output/trained_weights accordingly using the docker provided, but test_dota.py cannot detect any target. What could be the reason? Is my...

WARNING:tensorflow:From exportPb.py:61: The name tf.reset_default_graph is deprecated. Please use tf.compat.v1.reset_default_graph instead. WARNING:tensorflow:From exportPb.py:41: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead. WARNING:tensorflow:From ../../libs/models/backbones/mobilenet/mobilenet.py:324: The name tf.variable_scope is deprecated. Please...