aleksispi / drl-rpn-tf

Official Tensorflow implementation of drl-RPN: Deep Reinforcement Learning of Region Proposal Networks (CVPR 2018 paper)
MIT License
78 stars 21 forks source link

Can i use the Demo.py which in tf-faster-rcnn? #6

Closed zhijiejia closed 3 years ago

zhijiejia commented 4 years ago

Hey! Can i use the Demo.py which in tf-faster-rcnn? I want to see the visable outputs.

But when i run the demo.py, it present the follow error.

create_architecture() got multiple values for argument 'tag'

Can you give some advise? Thanks.

aleksispi commented 3 years ago

Hi zhijiejia ,

I don't think this repo supports using that demo file, it may be a relic from the tf-faster-rcnn repository. You may be able to transfer some visualization code from the demo somewhere to make a custom code for visualization. I don't have such code available, sorry.

Cheers, Aleksis