MagicSource

Results 1274 comments of MagicSource
trafficstars

Release mode still can not use?

TLDR: this lib doesn't support or the maintainer didn't test on windows at all. Given it up.

@yan12125 I got this also when build onnx and onnxoptimizer at the same time. How to avoid it??

I think this issue is caused by source build onnx and onnx-runtime meanwhile. So this onnx-ml.proto file actually casued mutliple conflicts between libs that uses this file. (onnx and onnxoptimizer,...

does there any timeline on this? really hoping for it , even tough i ddin't know full about what is this

@taylormordan I set a 100 epochs, but loss came to -31, what's the normal value of loss, is it become close to 0?

@taylormordan Will the result become worse if train more epochs?

@taylormordan I saw that this model using a resnet50 backbone and it using a head with different fields output, it shouldn't be very slow? But I found it's about 1.1...

@taylormordan thank u, I looked into the code, found that Optics is hard to understand what steps did in that? From I can see, it's simply get predictions from model...

@taylormordan OPTICS is for grouping instances, but isn't the predictin is a set of boxes? ``` [x1 y1 x2 y2 c s] [x1 y1 x2 y2 c s] [x1 y1...