lucasjinreal / nb

Neural Network Blocks - Collect all kinds of fancy model blocks for you to build more powerful neural network model.
Other
238 stars 53 forks source link

I wanna to know if there are any projects landing with 'NB' #4

Open miyane-ralo opened 3 years ago

lucasjinreal commented 3 years ago

@miyane-ralo As you can seen in readme, my customize implementation of yolov5 relies on nb package. You can using some basic function such as build_conv_layer, build_act_layer to customize your model if you want, it's same style as mmdetection and detectron2, but expose more flexiblify and more simplier to use.

Also some out-of-box components such as various heads (PANet, SPP), some attention machinism were also supported for directly use.

And PR is very welcomed if you have your own components and it's really useful, you want integrating into nb, then just pull and request your mege!