darknetz
darknetz copied to clipboard
Could you plz give another examples?
Hi! i'm using your darknetz for my study. first of all , i d'like to thank u for opening this well-made code. but i d'like to train and test anther examples in addition to classifier. so could you plz give another examples for training and testing??
Hi @khw1234 , thanks.
If you want to train another model, you will need to put your data in the correct format under the /root/data/
dir, and then write your model structure in a XXX.cfg
file under the root/cfg/
dir.
You can also have a look at generic darknet
https://pjreddie.com/darknet/ to get familiar with the training and testing. Then darknetz with TEE is easier.