deepdetect icon indicating copy to clipboard operation
deepdetect copied to clipboard

Documentation about Platform outdated/incomplete?

Open travelcms opened this issue 6 years ago • 3 comments

Hi,

I try to understand Deepdetect right now, starting with the Plattforms Docker container. It looks great on pictures, but I have a hard time right now using it :)

My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?

Is there something missing in the docs?

Example: https://www.deepdetect.com/platform/docs/image-classification/

"DD platform comes with a custom Jupyter UI that allows testing your dataset prior to starting the training:" "Using the DD platform, from a JupyterLab notebook, start from the code on the right."

But I never see that Custom UI, only some standard editor, command lines and stuff.

travelcms avatar May 17 '19 16:05 travelcms

Hi @travelcms ,

I've found a bug last night on the platform_ui docker container, the link to Jupyter UI was broken in the platform header links.

You can use these 2 fixes to access this Jupyter UI:

  • direct link to access Jupyter UI: http://localhost:1912/code/lab
  • update your platform to correct header links: cd ${DD_PLATFORM}/code/${ARCH} && sh update.sh

Let me know if it's what you are looking for.

alx avatar May 18 '19 08:05 alx

The dd_examples.ipynb is missing I guess. We need to give a public download link for it.

beniz avatar May 18 '19 08:05 beniz

https://www.deepdetect.com/downloads/platform/notebooks/dd_examples.ipynb

alx avatar May 18 '19 08:05 alx