Rochan Sharma
Rochan Sharma
Yes you are right, the problem was that it cannot be downloaded without git lft. I downloaded the dataset with python script.
I am training deeplab architecture on my data set. To do so I zipped both image and mask images and passed as an argument to model.predict. but getting error. Screenshot...
In main.py do following changes: enumrate on tracker.tracks and fetch the corresponding ids from class_names. ``` for count,track in enumerate(tracker.tracks): if not track.is_confirmed() or track.time_since_update > 1: continue #boxes.append([track[0], track[1],...
add " __init__.py " files to both the rolo folder and utils folder
Add blank py files to both folders, with name "__init__.py"