Skip to content

AttributeError: module 'deeplabcut' has no attribute 'pose_estimation_tensorflow'. Did you mean: 'pose_estimation_pytorch'? DLC 3.0.0rc1 GUI #2654

@JLluck

Description

@JLluck

Is there an existing issue for this?

  • I have searched the existing issues

Bug description

After processing my videos (which appear to have been processed) the "Unsupervised ID Tracking with Transformers" step in the GUI just hangs and doesn't do anything. Additionally, if I try to skip this step the Create Video function also does not work.

Operating System

Mac OS Sonoma 14.5 on an M1 MacBook Air.

DeepLabCut version

3.0.0rc1

DeepLabCut mode

single animal

Device type

Apple M1 chip in a MacBook Air.

Steps To Reproduce

  • conda activate new_dlc_env
  • python -m deeplabcut

Relevant log output

Loading DLC 3.0.0rc1...
Starting GUI...
QPixmap::scaled: Pixmap is a null pixmap
Traceback (most recent call last):
  File "/Users/miniconda3/envs/new_dlc_env/lib/python3.10/site-packages/deeplabcut/gui/window.py", line 359, in <lambda>
    QTimer.singleShot(1000, lambda: _check_for_updates(silent=True))
  File "/Users/miniconda3/envs/new_dlc_env/lib/python3.10/site-packages/deeplabcut/gui/window.py", line 66, in _check_for_updates
    update_btn = msg.addButton("Update", msg.AcceptRole)
AttributeError: 'PySide6.QtWidgets.QMessageBox' object has no attribute 'AcceptRole'. Did you mean: 'acceptDrops'?
Traceback (most recent call last):
  File "/Users/miniconda3/envs/new_dlc_env/lib/python3.10/site-packages/deeplabcut/gui/utils.py", line 22, in run
    self.func()
  File "/Users/miniconda3/envs/new_dlc_env/lib/python3.10/site-packages/deeplabcut/pose_tracking_pytorch/apis.py", line 97, in transformer_reID
    deeplabcut.pose_estimation_tensorflow.create_tracking_dataset(
AttributeError: module 'deeplabcut' has no attribute 'pose_estimation_tensorflow'. Did you mean: 'pose_estimation_pytorch'?

Anything else?

No response

Code of Conduct

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions