Oliver Coleman
Oliver Coleman
I'm not sure if I'm misunderstanding something or noticed a bug in `https://github.com/dmlc/gluon-cv/blob/master/gluoncv/utils/metrics/voc_segmentation.py` The function `batch_intersection_union` adds 1 to the target array and then performs a `target > 0` operation...
The training launch script link for `deeplab_v3b_plus_wideresnet_citys` at https://gluon-cv.mxnet.io/model_zoo/segmentation.html does not work. The link is https://raw.githubusercontent.com/dmlc/web-data/master/gluoncv/logs/segmentation/deeplab_v3b_plus_wideresnet_citys.sh
Using version 0.14.3. I found a way to make the while loop commented with `Pass the sweep line over those endpoints` in operation.js (around line 62) run infinitely. Or at...
"Unable to find segment" errors for union op in v0.14.3 and master branch, with integer coordinates.
[polygon set 1.txt]: Unable to find segment #880 [62, 443] -> [93, 347] in SweepLine tree. Please submit a bug report. at SweepLine.process (src/sweep-line.js:39:23) at Operation.process [as run] (src/operation.js:75:35) at...
Hi, just wondering when the next release will come out? I'm seeing a very intermittent, hard to reproduce bug in v0.4.0 (see below) that looks like it's probably been fixed...
If a class based on DataClassDictMixin has a field with type str it will construct instances from data that contains data of other types for that field, including numbers, lists,...
Methods in ControllerGroup that modify or iterate over the ControllerList should be synchronized to prevent concurrent modification exceptions when dynamically removing or adding controllers. For example code like: ``` java...
`mup deploy` is not working when I install meteor via the (now recommended) method via npm (`npm install -g meteor`), but it works fine when I install meteor via the...
Just spent some time figuring out why a `findOne(this.docId)` in an `autoValue` function was causing an error. The documentation for `this.docId` says `docId: The _id property of the document being...
Thanks for creating this implementation. Do you have any plans to implement training of the context module (to allow producing full resolution segmentation maps)?