Yolt Model
mohammadumar29 opened this issue · 2 comments
mohammadumar29 commented
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
moeedkundi commented
i have the same issue. Kindly respond.
sharma409 commented
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