-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pose_estimor and face_descriptor_extractor * Fix heatmap_sigma type * Improve face alignment, fix face_descriptor extractor training. * Improve audio analyzer (ref #70). * Improve video analyzer (ref #68) * Update HBBA lite. * Update video analysis and audio analysis loggers. * Add HBBA strategies log to the perception logger. * Rename blur score to sharpness score. * Add distillation_loss_alpha to train_pose_estimator.py * Add distillation_loss_alpha to output path. * Fix trainers for criterion next_epoch. Fix export_yolo_v4. Add GPU support to align_faces.py and test_pose_estimator_with_yolo_v4.py. * Fix OpenFaceBackbone * Add yolov7 module. * Reformat code * Add yolov7 module. * Add missing eval in test_converted_yolo. * Fix YOLO V7. Add the choice of the yolo model in video_analyzer. * Add AudioSet support. Add MS-celeb-support. * Add margin to the output path. * Fix dnns * Set the odas frame in the midlle of the mics. * Use the face_sharpness_score in person_identification. Fix test launch files. * Update video_analyzer dnns export. * Add a model choice for FaceDescriptorExtractor. * Fix dnn_units tests. * Fix the realsense in capture_face.launch * Add PSLA pooling. Add backends. * Add mixup and VIT to backbone training. * Add missing changes for the backbone training. * Add passt_s_n models to the audio trainings. * Use the old networks for the face description. * Refactoring for descriptor_yolo_v7 and yolov7 trained on Objects365. * Fix test_face_descriptor_extractor * Fix descriptor Yolov7 * Fix descriptor yolov7 * Fix YOLOV7 trained on Objects365. * Fix video analyzer and export. * Fix issues. * Fix dnn_utils tests. * Fix dnn_utils tests.
- Loading branch information
Showing
148 changed files
with
5,766 additions
and
1,477 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
std_msgs/Header header | ||
|
||
int64 tracking_id | ||
audio_utils/AudioFrame audio_frame | ||
|
||
string[] audio_classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.