You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated attributes detection, solved issue related to bodypix update. (#213)
* testtesttest
* Test
* Test
* Message Change
* fixed message writting and reading
* fixed image crop
* Updated the feature extraction node and changed the messages.
* fixed that torsal and head frames were inversed.
* Changed colour format from BGR to RGB within the detection process.
* keep the saved model
* keep the model file
* keep the saved model
* Cancel saving the images (but sitll cannot see use cv2.imshow)
* Runnable demo
* added the hair colour distribution matching method
* retrained model is very robust so changed the threshold
* Moving the head to meet the person.
* xyz axis readable.
* (Hopefully) Runnable with 3d input.
* Speak normally.
* Try to move the head.
* testtesttest
* Test
* Test
* Message Change
* fixed message writting and reading
* fixed image crop
* Updated the feature extraction node and changed the messages.
* fixed that torsal and head frames were inversed.
* Changed colour format from BGR to RGB within the detection process.
* keep the saved model
* keep the model file
* keep the saved model
* Cancel saving the images (but sitll cannot see use cv2.imshow)
* Runnable demo
* added the hair colour distribution matching method
* retrained model is very robust so changed the threshold
* Moving the head to meet the person.
* xyz axis readable.
* (Hopefully) Runnable with 3d input.
* ah
* At least the head moves, not looking at me though.
* Cleaned the file to have only one model appear.
* Replace the old model with the new one.
* correct the lost module.
* info update
* fixed issues in the service
* fixed a stupic typo
* runnable version for full demo
* Recover the state machine for demo.
* Added a simple loop to refresh the frame taken, should work fine.
* Cleaned some commented code.
* removed loading the pretrained parameters
* removed load pretrained parameter.
* renamed torch_module into feature_extractor (Recompile needed!!!)
* renamed torch_module into feature_extractor
* renamed lasr_vision_torch to lasr_vision_feature_extraction
* removed some unused code comments
* removed colour estimation module
* removed colour_estimation dependence
* cleaned usused comments
* cleaned comments
* renamed torch_module to feature_extractor
* removed unused import, launch file and functions.
* reset <arg name="whisper_device_param" default="9" />
* Remade to achieve easier bodipix model loading
* added a break in the loop
* I don't really understand why this is in my branch, please ignore this commit when merge.
* Replace string return with json string return.
* pcl functioned remoeved because appeared repetitively.
* replaced the model and predictor initialization, put "__main__"
* Merged model classes file into predictor's file
* Merged helper functions into perdictor's file.
* Deleted feature extractor module
* Cleaned load model method, restart to use downloaded model.
* Removed unused files and cleaned the files.
* Cleaned usless comments and refilled package description.
* Removed useless colour messages.
* Brought aruco service package back.
* Removed useless keys from state machine.
* changed log messages.
* Fixed a stupid naming issue of feature extractor.
* Update common/helpers/numpy2message/package.xml
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Update common/helpers/numpy2message/package.xml
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Update common/vision/lasr_vision_feature_extraction/package.xml
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Canceled the default neck coordinates and leave it to be a failure.
* Canceled the loop of getting mixed images, and renamed the keys.
* renamed the function.
* Update skills/src/lasr_skills/vision/get_image.py
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Update skills/src/lasr_skills/vision/get_image.py
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Update skills/src/lasr_skills/vision/image_msg_to_cv2.py
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
* Update the new names in init.
* removed a print and rename the imports.
* commited updates
* update from upstream
* Renamed a parameter in sm
* Fixed merged xml files
* Added new model structure.
* Added cloth detection and classification in.
* Changed 'usb_cam' to 'camera'
* too many values to unpack
* there is these fucking stupit fucking threshold mismatch that I'm so fucking tired and haven't fuking fixed.
* updated predictor working
* Reformated files
* Reformated with black :)
* maybe revert: fix file permissions.
* maybe revert: fix file permissions (2).
* maybe revert: fix file permissions (3).
* Correct typo and remove debug logs
Corrected the typo in the function name 'load_cloth_classidifer_model' to 'load_cloth_classifier_model'. Removed two logging statements from describe_people.py that were used for debugging purposes.
* removed redundant comment :D
* call userdata people with "userdata.people" not ["people"]?
* Added people to userdata at an early stage to avoid key error.
---------
Co-authored-by: Benteng Ma <benteng.ma@kcl.ac.uk>
Co-authored-by: tiago <example@example.com>
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
Co-authored-by: Jared Swift <j.w.swift@outlook.com>
0 commit comments