I want to clone a GitHub repository (experiencor/keras-yolo2). I followed the following command
!git clone https://github.com/experiencor/keras-yolo2.git
But after cloning the repository, I don't know how to run the ipynb.
I even tried uploading the files to drive and opening the ipynb. But when I execute the libraries it is showing the following error
ImportErrorTraceback (most recent call last)
<ipython-input-1-c62f96def33a> in <module>()
14 import pickle
15 import os, cv2
---> 16 from preprocessing import parse_annotation, BatchGenerator
17 from utils import WeightReader, decode_netout, draw_boxes
18
ImportError: No module named preprocessing
I understand that this error is due to the absence of 'pre-processing'library. But I don't know how to allow Golab to access the file which is saved in the same folder in the drive.