Nadav Bar
Nadav Bar
Did you use VS 2017 to compile? We haven't tested it yet with VS 2017.. I'll try to look into that, but If possible I would try to compile with...
In order to work with IBuffers, we built the [nodert-streams](https://github.com/NodeRT/nodert-streams) module. You should use the module's toIBuffer method in order to convert from a node.js buffer to an IBuffer object....
Sorry about the delayed response..I'm not sure, but maybe the issue is that the Buffer class encodes using utf8 and the dataReader class decodes using unicode...but I'm not 100% sure...
I'm not sure if this is supported by the native UWP APIs. All of the examples I've seen use local resources. Are you sure this is possible for UWP Apps?
Can you please share your code? The notifications should be persistent.
Hi @alessi89, thanks for reporting this issue. It was introduced by a change in the CNTK API. I fixed it to use the changed API and the module seems to...
Hi @DHOFM, can you please provide an example image that I can run the test on in order to reproduce the issue? I want to understand if the problem is...
Hi @DHOFM, thanks for finding the first issue. Was it a specific parameter that made the change? (I saw that you changed the nms threshold), if it was I can...
Yes - I only meant that the notebook (https://github.com/Microsoft/CNTK/blob/master/Examples/Image/Detection/FastRCNN/CNTK_FastRCNN_Eval.ipynb) is from me :) How are you evaluating the image in the first case (which is not the code in this...
Thanks for finding the root cause! I was leaning towards the ROIs as the root source of difference between the results. If I understand the current limitation is that you...