Add support to YoloV3-Tiny-PRN #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can you add support to YoloV3-Tiny-PRN?
Hi,
Although this net is very small and easy to port we cant implement every network in the world.
In this repo there are the dnn that are interesting for us.
Since we use a lot of work from darknet in the future I probably will create a parser for darknet cfg to automatically import; But right now you have to manually write your own network.
The parser is now avaible
https://github.com/ceccocats/tkDNN#darknet-parser