Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load training configs #1395

Open
ltetrel opened this issue Dec 27, 2023 · 3 comments · Fixed by #1400
Open

Unable to load training configs #1395

ltetrel opened this issue Dec 27, 2023 · 3 comments · Fixed by #1400
Labels
Type: bug Something isn't working

Comments

@ltetrel
Copy link

ltetrel commented Dec 27, 2023

Describe the bug
Not able to load the *.conf files in the TRAINING tab.

image

To Reproduce
Steps to reproduce the behavior:

  1. Download release Linux Full Desktop Binaries v0.20.3 from there.
  2. Launch dive with launch_dive_interface.sh.
  3. 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
@ltetrel ltetrel added the Type: bug Something isn't working label Dec 27, 2023
@ltetrel
Copy link
Author

ltetrel commented Dec 27, 2023

From @BryonLewis, seems to be related with:

const allowedPatterns = /\.viame_csv\.conf$/;
const disallowedPatterns = /.*(_nf|\.continue)\.viame_csv\.conf$/;

@BryonLewis
Copy link
Collaborator

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

@BryonLewis
Copy link
Collaborator

should hopefully be closed in #1400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants