Hi, thanks for all your effort spent on this repo.
Trying to setup a working example of your demo.ipynb in Google Colaboratory, with some custom settings.
For example, model used in my code is different from original one - full code is temporarily pushed to my own repository so that you can reproduce it *1 .
In the last cell(*1) of the demo, I got KeyError: 'labels' (full error message in *2) .
Looks like #947 of maskrcnn-benchmark is the same or similar problem, but so far unfortunately I didn't find the answer for it.
I believe this is the last piece of puzzle for completing working example, and when fixed happily make pull request to add my notebook as working example, since at least a few issues seems related to demo.ipynb .
Summary of the Issue
Hi, thanks for all your effort spent on this repo.
Trying to setup a working example of your
demo.ipynb
in Google Colaboratory, with some custom settings. For example, model used in my code is different from original one - full code is temporarily pushed to my own repository so that you can reproduce it*1
.In the
last cell(*1)
of the demo, I gotKeyError: 'labels' (full error message in *2)
. Looks like #947 of maskrcnn-benchmark is the same or similar problem, but so far unfortunately I didn't find the answer for it.I believe this is the last piece of puzzle for completing working example, and when fixed happily make pull request to add my notebook as working example, since at least a few issues seems related to
demo.ipynb
.Thanks!
Reference
*1 (last cell)
*2 (full error message)