dattalab / moseq2-extract

Here it comes...
Other
3 stars 4 forks source link

feat: adding cli option to change azure config params #163

Closed versey-sherry closed 1 year ago

versey-sherry commented 1 year ago

Issue being fixed or feature implemented

adding an option to specify camera type being azure and change the parameters respectively.

What was done?

adding a cli option and changing the generate-config cli to change

params['bg_roi_depth_range'] from [650, 750] to [550, 650]
params['spatial_filter_size'] from [3] to [5]
params['tail_filter_size'] from [9, 9] to [15, 15]

How Has This Been Tested?

locally

Breaking Changes

now generate-config receive azure as an input.

Checklist: