Git Product home page Git Product logo

Comments (18)

dhruvsheth-ai avatar dhruvsheth-ai commented on July 19, 2024 2

Could you try changing -

From 544x320->672x384 and give it a shot again?
Thanks.

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024 1

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024 1

That's wonderful to hear! So my suggestion would be to use local OpenVINO's model_downloader, download the model (I believe it will be in onnx format) and then use OpenVINO's model optimizer to convert that into IR (xml/bin) :)

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024

Hello @viyer-research, it's possible but you have to compile all models with the same openVino version. And you can specify the openVino version with pipeline.setOpenVINOVersion(depthai.OpenVINO.Version.VERSION_2021_3) (for openVino 2021.3)

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024
'input' (0) exceeds available data range. Data size (13824B), tensor offset
(0), size (129792B) - skipping inference

could you share the whole script and what you are trying to accomplish? This happens because wrong data size is sent to the NN node.

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024

@viyer-research I am guessing you were using video input when you got the error? And could you please share github gist instead of copying the code, since the visualization/formating is off here. Thanks:)

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Luxonis-Brandon avatar Luxonis-Brandon commented on July 19, 2024

Thanks!

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024

Hello @viyer-research , I checked the code, did you get the vehicle-reid-0001 model working in a standalone (just that model)? It seems that's where the problem occurs. Looking at the https://docs.openvinotoolkit.org/latest/omz_models_model_vehicle_reid_0001.html, it seems like the input is 208x208 not 48x96. And you could just use ImgFrame instead of NNData when feeding your image to the model.
Thanks, Erik

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024

Hello @viyer-research ,
from the error, it looks like you are passing in an empty frame (variable arr) to the cv2.resize() function. You might want to check that out 😄

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Erol444 avatar Erol444 commented on July 19, 2024

Hello @viyer-research , we should move to discord (https://discord.gg/EPsZHkg9Nx) for better communication and we can help you resolve your issues there. Since we already resolved the original issue I will close it.
Thanks, Erik

from depthai-experiments.

viyer-research avatar viyer-research commented on July 19, 2024

from depthai-experiments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.