relaxtheo

Results 5 issues of relaxtheo

I have set a DTO like: DTO_FIELD(Vector, MatrixData, "MatrixData"); In application, how can I set a std::vector value to the MatrixData? The example seems uses orm, but I have no...

It always report cannot find matplotlib in the box for function visualize_images. I have installed matplotlib in host, in launcher, I even add installation script in ipynb files, but still...

There are a lot of "daemon - WARNING - could not find handler for: _handle_probe" warning information, seems harmless, but annoying.

What's the function of "daemon=True" in ONVIFCamera? I tried modifying the tests/test.py, if enable daemon like below: cam = ONVIFCamera(CAM_HOST, CAM_PORT, CAM_USER, CAM_PASS, daemon=True) In update_xaddrs function (client.py), the following...

Running the tutorial "run_vit_b_quant.py" and report following errors in 'benchmark_model(model,20,inputs)': torch._dynamo.exc.InternalTorchDynamoError: 'PlainAQTLayout' object has no attribute 'layout_type' What's the potential reason for this? Hope someone can give me some advice,...

bug