Closed npranav9 closed 2 weeks ago
hi @npranav9 , currently egocentric_data
is set to False
by default. If you want to change it, you can do so:
config = vame.init_new_project(
...
config_kwargs=dict(
egocentric_data=True
),
)
Currently we have no value in this parameter by default. This can be confusing to know what data will be grabbed by the model.