yolt icon indicating copy to clipboard operation
yolt copied to clipboard

Yolt Model

Open mohammadumar29 opened this issue 6 years ago • 2 comments

Hi i am trying to run yolt but unable to find YOLT configuration file in the repo please help and where are the .weights file

mohammadumar29 avatar Jun 21 '18 13:06 mohammadumar29

i have the same issue. Kindly respond.

moeedkundi avatar Jun 22 '18 10:06 moeedkundi

you can download the weights file at https://pjreddie.com/media/files/yolo.weights

the configuration i believe is specified by editing and running the following according to the specifications of your dataset

python yolt2.py \ --mode train \ --outname 3class_boat_plane \ --object_labels_str boat,boat_harbor,airplane \ --cfg_file ave_standard.cfg \ --nbands 3 \ --train_images_list_file boat_airplane_all.txt \ --single_gpu_machine 0 \ --keep_valid_slices False \ --max_batches 60000 \ --gpu 0

sharma409 avatar Jun 28 '18 23:06 sharma409