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

No required files for fine-tuning ssd model #16

Open
yukiyakiZ opened this issue Jun 26, 2020 · 1 comment
Open

No required files for fine-tuning ssd model #16

yukiyakiZ opened this issue Jun 26, 2020 · 1 comment

Comments

@yukiyakiZ
Copy link

Hi,

Thanks for sharing the code!
I was trying to fine-tune ssd following the fine-tune guideline.
However, it is mentioned in the readme to have a mydataset_config.py file and finetune_detection_transfer.py file, which I could not find in the code directory.

Could you please provide them? Thank you!

@joheras
Copy link
Collaborator

joheras commented Jun 27, 2020

Hi,

The finetune_detection_transfer.py file is available at https://github.com/holms-ur/fine-tuning/blob/master/code/ssd/finetune_detection_transfer.py

The mydataset_config.py is a plain text file that you must create with the following content:

classes = ['table']  
datasetName = 'mydataset'
nepochs = 200

where you have to change 'mydataset' with the name of your dataset.

Hope this helps. If you need something else don't hesitate to write.

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

2 participants