dive
dive copied to clipboard
Unable to load training configs
Describe the bug
Not able to load the *.conf
files in the TRAINING
tab.
To Reproduce Steps to reproduce the behavior:
- Download release Linux Full Desktop Binaries v0.20.3 from there.
- Launch dive with
launch_dive_interface.sh
. - Try to open a config for training.
Expected behavior
Should be able to load configs that are available in PATH/TO/VIAME-DIVE/configs/pipelines/
Desktop (please complete the following information):
- Linux ubuntu 20.01.6 LTS
From @BryonLewis, seems to be related with: https://github.com/Kitware/dive/blob/8934ab4e3d1e230ea5cb70b77fc403857b2df330/client/platform/desktop/backend/native/common.ts#L434-L435
Note for myself that the newest release of VIAME for desktop and the docker container will be switching all config patterns from train*.viame_csv.conf
to just train*.conf
Add to the disallow patterns:
train*.continue.conf
train*.habcam.conf
train*.kw18.conf
should hopefully be closed in #1400