Add support to YoloV3-Tiny-PRN #6

Closed
opened 2020-05-03 13:08:23 +02:00 by marcoslucianops · 2 comments
marcoslucianops commented 2020-05-03 13:08:23 +02:00 (Migrated from github.com)

Can you add support to YoloV3-Tiny-PRN?

image

Can you add support to [YoloV3-Tiny-PRN](https://github.com/WongKinYiu/PartialResidualNetworks)? ![image](https://user-images.githubusercontent.com/4096485/71702416-6645dc00-2de0-11ea-8d65-de7d4b604021.png)
ceccocats commented 2020-05-04 11:19:21 +02:00 (Migrated from github.com)

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.

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.
ceccocats commented 2020-06-01 19:09:59 +02:00 (Migrated from github.com)
The parser is now avaible https://github.com/ceccocats/tkDNN#darknet-parser
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#6