KittiBox icon indicating copy to clipboard operation
KittiBox copied to clipboard

How is Possible to manage And Control the different Trained weights data

Open lukaspistelak opened this issue 7 years ago • 0 comments

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????

lukaspistelak avatar Feb 15 '18 12:02 lukaspistelak