You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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')
if i want to change the net, such as change the cell_size, it won't work when i use yolo_small.ckpt. so, what should i do if i want to train the net from zero?
WEIGHTS_FILE = None,then train a very big iters,loss still be around 10,and detect nothing,whats problem
The text was updated successfully, but these errors were encountered: