pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.56k stars 21.32k forks source link

How are .weights files made? #2493

Open BlrFox opened 2 years ago

BlrFox commented 2 years ago

All info I could find was 'Golden Orchard Apple II, unknown file type' So I was just wondering what tools would someone need to make Rnn.weight files.

Sujay-Mhaske commented 2 years ago

By training

BlrFox commented 2 years ago

Correct, but Darknet it needs input "the .weight files" to generate texts based on or from the training....

kurthorvath commented 2 years ago

Hi, this script did actually help me in my understanding how to do the training and how i use my own network for detection

https://colab.research.google.com/github/luxonis/depthai-ml-training/blob/master/colab-notebooks/YoloV3_V4_tiny_training.ipynb

i am not an expert here but i hope i did help