ячейка 1
!pip install jupyter-annotator
ячейка 2
from jupyter_innotater import *
import numpy as np, os
ячейка 3
images = os.listdir('./foods/')
targets = np.zeros((len(images), 4)) # Initialise bounding boxes as x,y = 0,0, width,height = 0,0
Innotater( ImageInnotation(images, path='./foods'), BoundingBoxInnotation(targets) )
У меня проблема при попытке запустить третью ячейку моего ядра перезапускается в Колабе.