Skip to content

Commit

Permalink
updating docs for xcb issue (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Sep 12, 2024
1 parent 3b63be8 commit f10df0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ If you receive an issue with Qt "xcb", you may need to install xcb libraries, e.

::
sudo apt install libxcb-cursor0
sudo apt install libxcb-xinerama0

There is also more advice here: https://github.com/NVlabs/instant-ngp/discussions/300.


If you are having issues with CUDA on Windows, or want to use
Expand Down
1 change: 1 addition & 0 deletions docs/train.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ that will be used for training on the image crops is ``[1, 99]``.
You can create image crops from z-stacks (in XY, YZ and XZ) using the script ``cellpose/gui/make_train.py``:

::
python cellpose/gui/make_train.py --help
usage: make_train.py [-h] [--dir DIR] [--image_path IMAGE_PATH] [--look_one_level_down] [--img_filter IMG_FILTER]
[--channel_axis CHANNEL_AXIS] [--z_axis Z_AXIS] [--chan CHAN] [--chan2 CHAN2] [--invert]
Expand Down

0 comments on commit f10df0d

Please sign in to comment.