-
Notifications
You must be signed in to change notification settings - Fork 66
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
Weight file and cfg file type #5
Comments
So can i use your yolo-drone.weights as a pre-trained weight to train it
more on far away drones images, with the yolo-drone.cfg file? or you think
its better to start with yolo-tiny and darknet53 weights?
…On Thu, Mar 28, 2019 at 12:36 AM Chuan-en Lin 林傳恩 ***@***.***> wrote:
@ngingihy <https://github.com/ngingihy> I used yolov3-tiny.cfg and
weights from darknet53 <https://pjreddie.com/darknet/imagenet/#darknet53>
(pre-trained on ImageNet). I didn't do any pre-processing before training.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AuvQRJQ6YBWFegRSV229s37CizxNtYGgks5vbECdgaJpZM4cPDWn>
.
|
So can i use your yolo-drone.weights as a pre-trained weight to train it more on far away drones images, with your yolo-drone.cfg file? or you think its better to start with yolo-tiny and darknet53 weights? |
@ngingihy Yes, you can continue training from the yolo-drone.weights in the repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm wondering what pre-trained weight you used for training to generate the yolo-drone-weights, was it yolov3-tiny/yolov2/voc?
Also, did you do any pre-processing for the images before training?
The text was updated successfully, but these errors were encountered: