Skip to content
New issue

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

Yolt Model #8

Open
mohammadumar29 opened this issue Jun 21, 2018 · 2 comments
Open

Yolt Model #8

mohammadumar29 opened this issue Jun 21, 2018 · 2 comments

Comments

@mohammadumar29
Copy link

mohammadumar29 commented Jun 21, 2018

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
Copy link

i have the same issue. Kindly respond.

@sharma409
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants