Is there an existing issue for this?
Operating System
Ubuntu 24.04.3 LTS (Noble Numbat 🐿️)
DeepLabCut version
3.0.0rc13
What engine are you using?
pytorch
DeepLabCut mode
single animal
Device type
NVIDIA RTX 4000 Ada Generation
Bug description 🐛
When the "Edit config.yaml" button is pressed and I try to change an entry of the config.yaml (e.g., dotsize), the GUI crashes and there is a seg fault.
Steps To Reproduce
- Activate conda environment with deeplabcut
- Start DLC GUI from command line:
python -m deeplabcut
- Use "Load Project" button to load a project (alternatively, make a project)
- Click the "Edit config.yaml" button (available on tabs Manage project and Analyze videos)
- Double click on any value in the Value column to induce a seg fault
Relevant log output
(DEEPLABCUT) gianmarco@roadrunner:~/Repos/gianmarco_useful_code/animal_tracking$ python -m deeplabcut
Loading DLC 3.0.0rc13...
Starting GUI...
QPixmap::scaled: Pixmap is a null pixmap
_pythonToCppCopy: Cannot copy-convert 0x5816e022c880 (NoneType) to C++.
_pythonToCppCopy: Cannot copy-convert 0x5816e022c880 (NoneType) to C++.
Segmentation fault
Anything else?
Let me know if it would be helpful for me to make a PR!
Code of Conduct
Is there an existing issue for this?
Operating System
Ubuntu 24.04.3 LTS (Noble Numbat 🐿️)
DeepLabCut version
3.0.0rc13
What engine are you using?
pytorch
DeepLabCut mode
single animal
Device type
NVIDIA RTX 4000 Ada Generation
Bug description 🐛
When the "Edit config.yaml" button is pressed and I try to change an entry of the config.yaml (e.g., dotsize), the GUI crashes and there is a seg fault.
Steps To Reproduce
python -m deeplabcutRelevant log output
(DEEPLABCUT) gianmarco@roadrunner:~/Repos/gianmarco_useful_code/animal_tracking$ python -m deeplabcut Loading DLC 3.0.0rc13... Starting GUI... QPixmap::scaled: Pixmap is a null pixmap _pythonToCppCopy: Cannot copy-convert 0x5816e022c880 (NoneType) to C++. _pythonToCppCopy: Cannot copy-convert 0x5816e022c880 (NoneType) to C++. Segmentation faultAnything else?
Let me know if it would be helpful for me to make a PR!
Code of Conduct