AscendDK Demo-260529

update-260529 | release-260528

✳️ TOC

0-Launch Demo


Launch demo with the following steps:

  1. Change diretory:

    cd /home/HwHiAiUser/samples/notebooks
    
  2. Run server of demo:

    ./start_notebook.sh 192.168.137.100
    

    information shown on the screen after demo launched:

     ...
     [I 2026-04-27 23:11:42.675 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
     [C 2026-04-27 23:11:42.753 ServerApp] 
            
         To access the server, open this file in a browser:
             file:///root/.local/share/jupyter/runtime/jpserver-3838-open.html
         Or copy and paste one of these URLs:
             http://192.168.137.100:8888/lab?token=fake-token-use-your-own-token
             http://127.0.0.1:8888/lab?token=fake-token-use-your-own-token
     ...
    
  3. Access demo in browser:

    Click url in last steps, then get all demos in browser:

    aidk-demo


1-YOLOV5


Run 1-YOLOV5 with the following steps:

  1. Open main.ipynb

    Click directory 01-yolov5 → double click file main.ipynb

  2. Let infer_mode = ‘image’

    Change code of main.ipynb, let infer_mode = 'image'

  3. Click double arrow ▶︎▶︎ on top of browser,then click button Restart

    aidk-01yolors

    Get infer result few seconds later:

    aidk-01yoloi

  4. Let infer_mode = ‘video’

  5. Click double arrow ▶︎▶︎ on top of browser,then click button Restart

    Get infer result few seconds later:

    aidk-01yolov

  6. Let infer_mode = ‘camera’

  7. Click double arrow ▶︎▶︎ on top of browser,then click button Restart

    Get infer result few seconds later:

    aidk-01yoloc


2-Run all other demos


Run all other demos to see what you get.

  1. Open main.ipynb

    Click directory 02-xx → double click file main.ipynb

  2. Run demo

    Click double arrow ▶︎▶︎ on top of browser,then click button Restart.

THE END