R2CNN_Faster-RCNN_Tensorflow
R2CNN_Faster-RCNN_Tensorflow copied to clipboard
Rotational region detection based on Faster-RCNN.
Are there any plans to upgrade to the TensorFlow 2 version?
Does this run on windows and if so can anyone help solve this error: AttributeError: 'MSVCCompiler' object has no attribute 'compiler_so'
cuda8.0
Can I change cuda8.0 to cuda9.0?
您好,我想请教一下为什么我跑eval.py的结果是nan,这样的形式呢 ?请问产生这样的原因是什么呢?谢谢回复! ******************** horizon eval: Writing face VOC resutls file cls : face|| Recall: nan || Precison: 0.0|| AP: nan mAP is : nan ******************** rotation eval: Writing face VOC...
The inference result is very different from what you expected. Which part should be modified?..... No action has been taken other than the guidelines presented in README.md.  ...
Hi, recently I want to improve the result on my own dataset. Due to the reason that my result has many FP predicted bbox, so I try to adjust the...
I have question, 
Modify: int(xy) --> int(float(xy)) Solving this issue: Traceback (most recent call last): File "data/io/DOTA/train_crop.py", line 244, in box = format_label(txt_data) File "data/io/DOTA/train_crop.py", line 136, in format_label [int(xy) for xy in...
 这是在运行还是出了什么问题?(是不是数据集太大了...) 当然,前面的比如eval.py等执行的不是很好,有些路径找不到我直接用 . 改到了eval.py的当前目录,不知道会有什么影响。
使用inference 预测的结果看着还可以,运行demo_rh.py文件出输出 Instructions for updating: Use standard file APIs to check for files with this prefix. restore model 请问是什么问题?有人遇到过吗