Skip to content

Adding swappable models - #4

Open
jakaskerl wants to merge 1 commit into
mainfrom
feat/swappable-models
Open

Adding swappable models#4
jakaskerl wants to merge 1 commit into
mainfrom
feat/swappable-models

Conversation

@jakaskerl

Copy link
Copy Markdown
Collaborator

Adding the option to swap models in HUB

@dominik737 dominik737 left a comment

Copy link
Copy Markdown

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.

Comment thread main.py
@@ -6,32 +6,20 @@
from depthai_nodes.node.parsing_neural_network import ParsingNeuralNetwork

Copy link
Copy Markdown

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.

2 participants