-
Notifications
You must be signed in to change notification settings - Fork 16
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
Qualification salvage #130
Conversation
…e on the cropped faces.
…rt it from other packages.
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 great! A successful salvage, I'd say; getting two new packages implementing brand new features, as well as fixing up bugs in other packages. 👍
I left a bunch of nitpicky suggestions / comments! Mostly CMake/package.xml related, and regarding the deletion of the actions
that I had created.
@@ -110,6 +113,7 @@ class TranscribeSpeechAction(object): | |||
self._action_server.start() | |||
|
|||
def _timer_cb(self, _) -> None: | |||
return |
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.
Did we decide to keep it like this permanently? If so, let's just get rid of the timer altogether.
common/vision/lasr_vision_deepface/src/lasr_vision_deepface/deepface.py
Outdated
Show resolved
Hide resolved
common/vision/lasr_vision_deepface/src/lasr_vision_deepface/deepface.py
Outdated
Show resolved
Hide resolved
command_database = get_command_database(index_path, command_path) | ||
command_list = load_commands(command_path) | ||
model = SentenceTransformer("all-MiniLM-L6-v2") |
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.
Might be a stupid question, but is it worth caching this stuff?
common/vector_databases/lasr_vector_databases_faiss/package.xml
Outdated
Show resolved
Hide resolved
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.
No description provided.