Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PROJECT_GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As some users may be more comfortable working with an interactive interface, we
(1) Install DeepLabCut using the simple-install with Anaconda found [here!](how-to-install)*.
Now you have DeepLabCut installed, but if you want to update it, either follow the prompt in the GUI which will ask you to upgrade when a new version is available, or just go into your env (activate DEEPLABCUT) then run:

` pip install --upgrade --force-reinstall 'deeplabcut[gui,tf,modelzoo]'`
` pip install 'deeplabcut[gui,tf,modelzoo]'` *but please see [full install guide](https://deeplabcut.github.io/DeepLabCut/docs/installation.html)!


(2) Open the terminal and run: `python -m deeplabcut`
Expand Down
2 changes: 1 addition & 1 deletion docs/napariGUI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# napari labeling GUI

We replaced wxPython with PySide6 + as of version 2.3. Here is how to use the napari-aspects of the new GUI. It is available in napari-hub as a stand alone GUI as well as integrated into our main GUI.
We replaced wxPython with PySide6 + as of version 2.3. Here is how to use the napari-aspects of the new GUI. It is available in napari-hub as a stand alone GUI as well as integrated into our main GUI, [please see docs here](https://deeplabcut.github.io/DeepLabCut/docs/PROJECT_GUI.html).

[![License: BSD-3](https://img.shields.io/badge/License-BSD3-blue.svg)](https://www.gnu.org/licenses/bsd3)
[![PyPI](https://img.shields.io/pypi/v/napari-deeplabcut.svg?color=green)](https://pypi.org/project/napari-deeplabcut)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
],
"openvino": ["openvino-dev==2022.1.0"],
"docs": ["numpydoc"],
"tf": ["tensorflow>=2.0,<=2.10"], # Last supported TF version on Windows Native
"apple_mchips": [],
"tf": ["tensorflow>=2.0,<=2.10"], # Last supported TF version on Windows Native is 2.10
"apple_mchips": ["tensorflow-macos","tensorflow-metal"],
"modelzoo": ["huggingface_hub"],
},
scripts=["deeplabcut/pose_estimation_tensorflow/models/pretrained/download.sh"],
Expand Down