kevinj22
kevinj22
I have. I added the following lines to segms at line 52: ``` n = len(mask.shape) if n != 3: mask = np.expand_dims(mask,axis=2) ``` Also make sure the number of...
Running the eval code given with the trained weights for the 101 resnet: BBOX: 2019-06-24 15:10:53,159 | base_dataset.py | line 718: ~~~~ Summary metrics ~~~~ Average Precision (AP) @[ IoU=0.50:0.95...
You can install the following two packages: sudo apt-get install libjxr-dev sudo apt-get install libjxr-tools Then use the JxrDecApp to uncompress the jxr into a tif file using the -c...
Not sure if you figured it out, I had the same problem and this post solved it for me: https://github.com/aboSamoor/polyglot/issues/5 It seems we need to import a downloader and download...
This above fixed worked for me i.e @objectives.wrap_objective -> @objectives.wrap_objective()