## Tutorial 1. Load an image from your PC. Since the model needs to be fed 128x128 images, if your image is larger than that, then the 128 by 128 area within your image top left will be loaded. Additionally, you can tell the app the coordinates of the area of the snapshot you want to see. The coordinates are related to the image's upper-left corner, therefore position 0,0 refers to that particular area. Furthermore, you must first specify the height position (y axis) and then the width position (x axis). 2. Click "Submit" to pass the image through the model. 3. After the previous step, an image will be displayed with the best way, according with the model, to partition that section of the image. The possible ways to partition an block (coding unit, CU) in VVC is in Quartenary Tree (QT), Binary Tree Horizontal or Vertical (BTH or BTV), Ternary Tree Horizontal or Vertical (TTH, TTV) and Non-split.