Thanks @KlemenSkrlj . This was really helpful. We will follow the documentation for registering custom nodes. I also have few questions regarding results after training. I will share them here.
1. When we run evaluation on our test set, the confusion matrix produced by luxonis-train doesn't reconcile with the number of test samples. For example, with 100 test images, the cell counts (true positives, false positives, false negatives, etc.) sum to less than 100, some items are silently being skipped and never counted into any cell.
2. For our object detection models, we'd like to generate these curves - a precision-vs-confidence curve, a recall-vs-confidence curve, and a precision-recall curve - all swept across confidence thresholds so we can see how precision/recall trade off. Does luxonis-train support generating or logging any of these curves for detection out of the box, or expose the raw scored test-set predictions (boxes + confidence scores + matched ground truth) that we'd need to compute them ourselves in a post-training step? Just trying to confirm what's available before we build anything on our side.
Thanks