gplast / Darknet_Profiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the darknet profiling on DroNet model

spaul13 opened this issue · comments

I ran run.sh but it seems to be endlessly running. Can @gplast plz instruct me how to use the darknet_profiling for dronet model? It will be great if u add some Readme with the instructions.

Hello @spaul13,

This was a repository to share with a colleague of mine thats why i didn't include a Readme.

Since you want to use my repository, you can run the commands found in run.sh where in the terminal you will see the time spend at each layer. Is a code that i'm currently working on, so i will add Readme and add a better representation of the output in a few months.

If you run directly the run.sh without GPU, you will have to wait for a few minutes in order to complete since in one case, the input is 2048.

Thanks for the reply @gplast