Guide to using the DFC to convert a modified YoloV11 on Google Colab

@ahmedcr_net , I had the same issue.

Using a high-RAM runtime during execution helped me resolve this issue.

My calibrationset contains 1024 images, as recommended in the DFC tutorial (but it seems that 64 images is the minimum).

Furthermore, I ran the Colab notebook without a GPU or TPU, as it appears Colab isn’t utilizing them.

3 Likes