panoptic-fpn-gluon
panoptic-fpn-gluon copied to clipboard
Panoptic Feature Pyramid Networks
Hi, is there any demo.py script or something related to be able to see the inference results on a new image?
Traceback (most recent call last): File "train_panoptic_fpn.py", line 562, in train(net, train_data, val_data, eval_metric, ctx, args) File "train_panoptic_fpn.py", line 440, in train for i, batch in enumerate(train_data): File "/export/anaconda3/envs/Panoptic-FPN/lib/python3.5/site-packages/mxnet/gluon/data/dataloader.py", line...
Hi, Angzz Many thanks to your awesome-repo and this gluon reimplementation. Are there some updated results that you can share? Can you provide pfpn with pure resnet101 results on citys...
Hi! Thanks for the repo. How can I run this model on my dataset which has `/train/images` and `/train/masks`? Take these 3 pictures as an example. The first one is...
In 'train_panoptic_fpn' L522 there is a condition in which in case of its execution the dict 'result' which further is not used anywhere is filled, and in the opposite case...