Skip to content

add prelu (learnable weights when x < 0 in activation function) in darknet, yolo

License

Notifications You must be signed in to change notification settings

ArtyZe/yolo_prelu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prelu_darknet

[The Commond to Run My Project]

Train:

./darknet detector train cfg/***.data cfg/yolov2_prelu.cfg [pretrain weights file] 

Test:

./darknet detect cfg/***.data cfg/yolov2_prelu.cfg [weights file] [image path]

and you will get the mask image named predictions.png

Test image:
Image text

About

add prelu (learnable weights when x < 0 in activation function) in darknet, yolo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages