experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 861 forks source link

var train_ints change to train_inst (instance) #307

Open vermavinay982 opened 3 years ago

vermavinay982 commented 3 years ago

The variable causing confusion in the code, it was not an integer - it is the collection of instances of annotations and images. Code is clear to understand now.