deepdetect
deepdetect copied to clipboard
Documentation about Platform outdated/incomplete?
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.
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.
The dd_examples.ipynb is missing I guess. We need to give a public download link for it.
https://www.deepdetect.com/downloads/platform/notebooks/dd_examples.ipynb