Alexander Yermolovich
Alexander Yermolovich
@nbcsm Thank you for reply. What would be the process for that?
Along the same lines. Translated in to something else in special cases: I think ExtractImagePatch with ksizes = [1, blk, blk, 1], stride = [1, blk, blk, 1], rates =...
Are you using DarkFlow? It's pretty straightforward: https://github.com/ayermolo/darkflow/commit/c62d503493d2db6f3d94d106a60b2726a4eda47a
@milivoje96 At least here locally we haven't tested it with VS 2019, and are using VS2017. This might be a potential issue. When you say you are using prebuild version...
1) Well NMS outputs indices (batch, box, class). Usually then it goes through post processing (pp) subgraph with bunch of select/gathers. With ONNX nms PP doesn't know how many are...
1) Yeah it's a problem. There is a fundamental issue that in GLOW dimensions are static, and NMS output is dynamic. So if you construct PP you have to assume...
@NinaPacifier Sorry didn't mean to take it over. There is still an issue with ORC v1 being deprecated in latest llvm. https://llvm.org/docs/ORCv2.html#transitioning-orcv1-to-orcv2
My bad, it was building on my linux server, and service that glow as dependency was getting passed string issue during a build. There is still a question of deprecated...
Right now Windows master branch is broken. Seems to be related to one of the checkins on 16th. Was going to take a look at it today, but yes in...