enhany
enhany
I trained model with custom dataset. "python tools/test_net.py" works fine, shows results. But when I try to run centermask_demo.py to visialize results I get error. Problem is with custom dataset...
when I try to get anchors: ``` python gen_anchors.py -c config_clock.json ``` I get error and after that gen_anchors.py never ends. ``` iteration 306: dists = 31742163.397771813 gen_anchors.py:16: RuntimeWarning: divide...
Hello. When using NimBLE_extended_server example with: ``` NimBLEDevice::setSecurityIOCap(BLE_HS_IO_NO_INPUT_OUTPUT); NimBLEDevice::setSecurityAuth(BLE_SM_PAIR_AUTHREQ_BOND | BLE_SM_PAIR_AUTHREQ_MITM | BLE_SM_PAIR_AUTHREQ_SC); ``` then not possible to bond. Any bond request just disconnect client.
Hello, I try to allow multiple clients, so I call NimBLEDevice::startAdvertising in NimBLEServerCallbacks::onConnect. But advertising stop itself in few seconds after call. Is it a bug or what I do...
Is it possible to use negative samples during training? Looks like label -1 doesn't work for this purpose.
After export detect model with rectangle size (example: 320*640), tensorrt engine model doesn't detect anything (with end2end). Without end2end there will be many-many wrong boxes. Tensorrt: 10.3 code (imgsz added):...