maiminh1996 / YOLOv3-tensorflow

Re-implement YOLOv3 with TensorFlow
1 stars 0 forks source link

number of images used per class? #3

Open Thilanka97 opened 6 years ago

Thilanka97 commented 6 years ago

@maiminh1996 I would like to know how many images you used to train one boat class. Also I would like to know if training this model is possible without gpu(just cpu). If I am not using cuda, do I need to change the code for that? It would be a great help if you could respond. Thanks in advance!

maiminh1996 commented 6 years ago

You can train this model without gpu no problem but just time consuming

Thilanka97 commented 6 years ago

@maiminh1996 Also how many images did u use per boat class to train ?

MarStarck commented 5 years ago

@maiminh1996 Also how many images did u use per boat class to train ?

According to boat_train.txt, the number of total images is 4384 for 10 classes boats.

but I tried 400 images for scene text detection and it says no box found.