Train Faster-RCNN on Cityscapes #3990
Unanswered
pinxau1000
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@ppwwyyxx Can you help me out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have run Mask R-CNN on cityscapes dataset without any issue, however now I want to run Faster R-CNN on the same dataset.
I'm using as reference the paper
On Intra Video Coding And In-Loop Filtering For Neural Object Detection Networks
where the authors state:I'm asking for ideas for implementing this approach, i.e. re-train Faster R-CNN on Cityscapes dataset.
Note: I tried to use train_net.py with Faster R-CNN model on Cityscapes dataset and the error below was been thrown. I also tried to implement a custom dataloader and a custom evaluator based on plain_train_net.py which produced the same exception.
Best regards
pinxau1000
Beta Was this translation helpful? Give feedback.
All reactions