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 would like to ask How is Possible to manage And Control the different Trained weights data
1:
I probably understand how to modify a Hypes to train on own dataset,
"train_file": "KittiBox/train.txt", "val_file": "KittiBox/val.txt", "truncate_data": false, "eval_cmd": "../submodules/KittiObjective2/./evaluate_object2", "label_dir": "KittiBox/training/label_2"
to modify label_dir to own path with label Folder together with same path like label_2 with Images-Folder...:?
2: But isn't too clear for me how to Run to prediction the specific Trained Weights data
For example: in Folder :/KittiBox/DATA I Have the vgg16.npy weights and I would like to Run another weight-data-file.
Or it will be every time re-writing in folder DATA, when I will be train on another dataset????
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I would like to ask How is Possible to manage And Control the different Trained weights data
1:
I probably understand how to modify a Hypes to train on own dataset,
to modify label_dir to own path with label Folder together with same path like label_2 with Images-Folder...:?
2:
But isn't too clear for me how to Run to prediction the specific Trained Weights data
For example: in Folder :/KittiBox/DATA
I Have the vgg16.npy weights and I would like to Run another weight-data-file.
Or it will be every time re-writing in folder DATA, when I will be train on another dataset????
The text was updated successfully, but these errors were encountered: