Guillaume Infantes

Results 20 comments of Guillaume Infantes

Hi I just pushed some code formatting and rebasing

Hi in order to do inference (predict), you need to have the network definition (in cas e of caffe inference, the deploy file) and the network weights into the repository...

Hi there, and thank you for the bug report we were finally able to fix this, here : https://github.com/jolibrain/deepdetect/pull/1329 this PR updates TRT dependency (to TENSORRT 8.0.x), and unfortunately, this...

Indeed we have a few tests (we need to add some more) but they are deactivated due to dependancies problems (compatibility between versions of tensorrt, tensorrt-oss, cudnn , ubuntu and...

Hi there. I cannot reproduce using fresh compiled master. @YaYaB could you try lower "maxWorkspaceSize" to 2000 ?

thanks @YaYaB . Unfortunately, I cannot reproduce either using docker images, using your command lines (thanks for giving them , it helps a lot) . Maybe your BASE_PATH contains bad...

it seems that cudnn 8.0.0 has fixed some problems, see `fixes` section of https://docs.nvidia.com/deeplearning/cudnn/release-notes/rel_8.html#rel-800-Preview

you are very right, just after this line, the mean values are removed, but hand-made access assumes non encoded datum. A solution would be to remove mean on the cv::Mat...