- Edited
Hi I'm newbie intern in computer vision domain
I have trained my model of Anomaly detection on my personal machine now I want to deploy my model on OAK-D device. Can anyone help me with it
Hi I'm newbie intern in computer vision domain
I have trained my model of Anomaly detection on my personal machine now I want to deploy my model on OAK-D device. Can anyone help me with it
Hello @Areeba,
So you have to load your blob into the neural network node and later get the result of the NN. This demo does a similar thing - loading a blob and decoding the result.
Thanks, Erik
Hi @erik ,
I've followed your steps of creating blob file and creating source code file as shown in demo, but I am getting this error
Here's the g-drive link of my blob file, source file and colab notebook which I used to create blob file
https://drive.google.com/drive/folders/1ZsJbqNCPYI4TLmtF1_ydCoJnqEd7Xp11?usp=sharing
(I am running this example of Mask detector from example demo link you shared above)
THANKS, Areeba
Hello @Areeba ,
I believe the issue is with the NN result decoding. As the error states, size of the bounding boxes array is 0, and you can't access the first element. Different NN models can have a different output so you have to change the decoding part of the code.
Here are some examples of decoding the NN result, just to give you an idea:
Thanks, Erik
Thanks erik
Yes the this issue is resolved now. I've created .blob file by using this colab notebook
I'm using this tutorial to run .blob file in depthai
But its showing this error
Thanks
Areeba
Hello @Areeba ,
so you used the tiny yolo v3 decoding
example, modified parts that are specified by the 3 bullet points and it returns you the XlinkOut 220
error? Or is it resolved already? I tried those steps myself (when writing the instructions) and it worked flawlessly, sorry for the troubles.
Thanks, Erik
Just tried it out, and it throws the XlinkOut 220
error as well - which means the output of the NN is too big. I would say there was some problem when converting the NN - resulting in the output of the blob being too big.
We will have to troubleshoot the notebook, and we actually were planning on updating all notebooks, so we will check for this issue as well. Thank you for reporting it, we will circle back when notebooks are updated
Thanks, Erik
@Areeba we will most likely update them next week. Until then, I recommend using https://roboflow.com/, they even have a tutorial on how to use their platform with depthai. Hope it helps
okay, waiting
Areeba the notebooks were updated to use latest OpenVINO and blobconverter tool, feel free to give them a try
Hi...To prepare your possess custom demonstrate, you must assemble a dataset of pictures, clarify them, prepare your show, and after that change over and optimize your show for your arrangement goal. This machine learning pathway is fashioned with subtlety, and moderates advancement cycles. Whatβs more β botches don't show themselves not as obtrusive mistakes, but or maybe, unobtrusively corrupt your modelβs performance. In exertion to streamline computer vision advancement and deployment, Roboflow, OpenCV, and Luxonis are collaborating to supply a one-click custom preparing and sending arrangement to the OAK-1 and the OAK-D.
Hey @Luxonis-Lukasz, @erik I created the blob file using updated notebook and followed the steps to run it on depthai given in notebook but its throwing an error.
I've attached screenshot of error