Skip to content

Conversation

@jakaskerl
Copy link
Collaborator

Adding the option to swap models in HUB

Copy link

@dominik737 dominik737 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for the extra index url in the requirements.txt? I think it should work without the pre as well now. Also in the file there is depthai-nodes version checked out to main branch, but I think it would be better to have a minimal version listed using the ~= syntax.


import depthai as dai
from utils.snaps_producer import SnapsProducer
from depthai_nodes.node.parsing_neural_network import ParsingNeuralNetwork

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can import the node like this:

Suggested change
from depthai_nodes.node.parsing_neural_network import ParsingNeuralNetwork
from depthai_nodes.node import ParsingNeuralNetwork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants