R2CNN_Faster-RCNN_Tensorflow icon indicating copy to clipboard operation
R2CNN_Faster-RCNN_Tensorflow copied to clipboard

Rotational region detection based on Faster-RCNN.

Results 26 R2CNN_Faster-RCNN_Tensorflow issues
Sort by recently updated
recently updated
newest added

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'

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. ![parking02 jpg_h](https://user-images.githubusercontent.com/53891985/113812132-7fd69000-97a8-11eb-8993-e24f3dea4b85.jpg) ![infer_face01](https://user-images.githubusercontent.com/53891985/113812135-8238ea00-97a8-11eb-8c9c-216090a66797.png)...

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, ![image](https://user-images.githubusercontent.com/25808622/85220401-b0963600-b3dd-11ea-9084-13e0438c9154.png)

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...

![image](https://user-images.githubusercontent.com/67088418/89535000-5f74c100-d828-11ea-9727-80f7384b6928.png) 这是在运行还是出了什么问题?(是不是数据集太大了...) 当然,前面的比如eval.py等执行的不是很好,有些路径找不到我直接用 . 改到了eval.py的当前目录,不知道会有什么影响。

使用inference 预测的结果看着还可以,运行demo_rh.py文件出输出 Instructions for updating: Use standard file APIs to check for files with this prefix. restore model 请问是什么问题?有人遇到过吗