We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
i have the same issue. Kindly respond.
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: