R-DFPN_FPN_Tensorflow icon indicating copy to clipboard operation
R-DFPN_FPN_Tensorflow copied to clipboard

R-DFPN: Rotation Dense Feature Pyramid Networks (Tensorflow)

Results 14 R-DFPN_FPN_Tensorflow issues
Sort by recently updated
recently updated
newest added

如题。 关于pyfunc不能存入pb的问题,有什么解决办法? 如果不想写c的.so文件,只在python的语言怎么存成pb?

我在用test.py测试时遇到如下错误: OutOfRangeError (see above for traceback): PaddingFIFOQueue '_2_batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0) [[Node: batch = QueueDequeueManyV2[component_types=[DT_STRING, DT_FLOAT, DT_INT32, DT_INT32], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/device:CPU:0"](batch/padding_fifo_queue, batch/n)]] 我觉得是我制作的tfcord数据事用的xml数据出了问题,在转数据时报了如下的错误:...

It seems the mask result from mask-rcnn is the same as the rotate rpn of this paper.

Hi, thanks for your work. I want to annotate my own data with 8 parameters rather than the 4 parameters(PASCAL VOC uses the labelimg). Is there tools to do this?...