mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Rotate conv-kernel
This commit is contained in:
@ -248,7 +248,10 @@ struct layer {
|
||||
int truth;
|
||||
float smooth;
|
||||
float dot;
|
||||
int deform;
|
||||
int sway;
|
||||
int rotate;
|
||||
int stretch;
|
||||
float angle;
|
||||
float jitter;
|
||||
float saturation;
|
||||
|
Reference in New Issue
Block a user