hainingbaby
Results
2
comments of
hainingbaby
it won't generator .ckpt file in new tensorflow version. just load the .meta and .date.
you need use their pre-training file YOLO_small.ckpt, then it works. Otherwise the LOSS will be very big. #WEIGHTS_FILE = None WEIGHTS_FILE = os.path.join(DATA_PATH, 'weights', 'YOLO_small.ckpt')