-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
An error appears when loading a 3D project #2770
Comments
Hi @steviaa! Could you please run |
Hi @n-poulsen , here is the output:
|
Thanks @steviaa - we're looking into it :) |
just to be clear, it is not yet within DLC3-pytorch that 3D multi-animal is fully integrated into the GUI; for this use case I would recommend using the stable release of DLC. |
Hello @steviaa , You're right. At the moment, 3D projects are not supported in the GUI (neither in the stable version nor in DLC3). For now, you can work with 3D projects using Python scripts / Jupyter notebooks, you can check the typical workflow here. |
We will certainly have 3D support in the GUI in early 2025, but right now our main focus is on the pytorch release |
Is there an existing issue for this?
Bug description
I encountered a loading failure and an error when trying to load the project of the newly created 3D mode.
Is it because the versions of the related packages are not matched? How to fix it?
TypeError: 'PySide6.QtWidgets.QListWidget.addItems' called with wrong argument types:
PySide6.QtWidgets.QListWidget.addItems(NoneType)
Supported signatures:
PySide6.QtWidgets.QListWidget.addItems(Sequence[str])
packages in the environment:
Operating System
Windows 11
DeepLabCut version
3.0.0rc4
DeepLabCut mode
3d
Device type
gpu
Steps To Reproduce
-create a project
-load the newly created project
Relevant log output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: