forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com>
1.7 KiB
1.7 KiB
Training Using a Built-in Algorithm Failed Due to a bndbox Error
Symptom
When a training job is created using a built-in algorithm, the training failed with the following error message in the log:
KeyError: 'bndbox'
Possible Causes
Non-rectangles are used for labeling training sets. However, the built-in algorithm does not support datasets labeled by a non-rectangle.
Solution
This issue can be resolved in either of the following ways:
- Method 1: Use a common framework to develop a model that supports polygon-labeled datasets.
- Method 2: Use rectangles to label the datasets. Then, start the training job again.
Parent topic: Service Code Issues