Justin
Justin
When doing multiclass object detection training, does DetectNet generate a single ground truth coverage map such that each grid space can have 1 out of N classes, or does it...
Right now the boxes can only be discrete integers, but it would be very useful for the algorithms to work using floats. Edit: Nevermind, the moment I posted this I...
We have a few a2A3840-45ucPRO's, and I'm trying to load and save the configs across the cameras. But one version of the camera produces a slightly different config file than...
I converted a pytorch model to ONNX using these settings: >input = torch.tensor(torch.ones(1,3,32,32)) >torch.onnx.export(model.module, input, "test.onnx", export_params=True, opset_version=11, do_constant_folding=True, input_names=['input'], output_names=['output'], verbose=True) I imported that model to ngraph using these...
**Is your feature request related to a problem? Please describe.** I'm not using imagenet, but during inference it loads the imagenet class_map by default. **Describe the solution you'd like** Instead,...
### Describe the issue: I have a fresh install of Ubuntu 24.04.1 LTS, and it won't open. I tried installing the mesa drivers but it says they don't exist. ###...
**Summary** Fully Autonomous agent that only stops if it wants input from the user, or thinks it completed the task **Motivation** With o1, I was able to describe the program...