-
Notifications
You must be signed in to change notification settings - Fork 0
Vision cli #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vision cli #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go.
How will this be started with systemd? I don't think this is ready to merge just yet |
|
how do we start it w systemd right now? it should be very similar to that, since this is just running |
@niooii you can add the program to systemd by changing line 68 of program.dart to reflect the new method for starting the program. additionlly if we can use uv on the jetson change allprograms.dart to use uv instead of pip. |
OK. wasn't planning on using uv though, i just use it for development. I remember there were some issues with uv in the past, so running it with python should be fine. Though I forgot to change requirements txt |
just pushed a quick workaround (bin.main will run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the Cuda version of Torch to the Requirements.txt file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and has been tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Rewrote vision program as a CLI for ease of use and better testing.
example output: