chenzhi1992 / TensorRT-SSD

Use TensorRT API to implement Caffe-SSD, SSD(channel pruning), Mobilenet-SSD
251 stars 84 forks source link

How to use the code based on Caffe-SSD #2

Open OralXie opened 6 years ago

OralXie commented 6 years ago

Hi, It is a wonderful work! I want to run your code on my tx2. So how to use your code, can you write it more clearly in README. Thanks a lot!

chenzhi1992 commented 6 years ago

I hope my code will help you learn and understand the TensorRT API better, instead of just using my code.So, firstly, you should know about TensorRT , and we can talk about that. Thanks!

OralXie commented 6 years ago

Thanks, I am starting to learn TensorRT3.0 , and I hope to use the python api

                        857024350

                                邮箱:857024350@qq.com

签名由 网易邮箱大师 定制 On 01/24/2018 12:35, Rookie_cz wrote: I hope my code will help you learn and understand the TensorRT API better, instead of just using my code.So, firstly, you should know about TensorRT , and we can talk about that. Thanks!

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/chenzhi1992/TensorRT-SSD","title":"chenzhi1992/TensorRT-SSD","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/chenzhi1992/TensorRT-SSD"}},"updates":{"snippets":[{"icon":"PERSON","message":"@chenzhi1992 in #2: I hope my code will help you learn and understand the TensorRT API better, instead of just using my code.So, firstly, you should know about TensorRT , and we can talk about that.\r\nThanks!"}],"action":{"name":"View Issue","url":"https://github.com/chenzhi1992/TensorRT-SSD/issues/2#issuecomment-360018255"}}}

Isaamarod commented 6 years ago

Can I use without a tx? Thx!

chenzhi1992 commented 6 years ago

Yes

Isaamarod commented 6 years ago

I used CAFFE-SSD without TensorRT, how can I integrate it? I don't find such information @chenzhi1992