You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can replace algorithms by first registering in the ClassFactory and then updating the yaml. An example for a similar purpose is provided in ianvs for your reference. In the ianvs example, the yaml name (algorithm.yaml) is not the same as Sedna, but the overall idea is consistent.
kubectl create -f - <<EOF
apiVersion: sedna.io/v1alpha1
kind: JointInferenceService
metadata:
name: helmet-detection-inference-example
namespace: default
spec:
edgeWorker:
model:
name: "helmet-detection-inference-little-model"
hardExampleMining:
name: "IBT"
parameters:
- key: "threshold_img"
value: "0.9"
- key: "threshold_box"
value: "0.9"
template:
spec:
...
...
Can the hardExampleMining field be customized, and if so, how do I configure it?
The text was updated successfully, but these errors were encountered: