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
as of now we have an input argument num_features that users should pass to the configuration at the start of the pipeline, but if this number does not match the correct number of features from the DLC data, in later steps this might cause errors.
We should:
retrieve num_features from the input data (e.g. DLC csv)
output the tuple (index, body part name) at project creation
allow features to be addressed by name or indexes at functions such as egocentric_alignment
The text was updated successfully, but these errors were encountered:
as of now we have an input argument
num_features
that users should pass to the configuration at the start of the pipeline, but if this number does not match the correct number of features from the DLC data, in later steps this might cause errors.We should:
num_features
from the input data (e.g. DLC csv)egocentric_alignment
The text was updated successfully, but these errors were encountered: