JoeCool90

Results 15 comments of JoeCool90

I'm wondering if there's an issue with the saved .rt file. Binary mode stopped the crashing but the file is over twice as big as the yolov4 weights it is...

Is there any more I can do to debug on my end? I've done the obvious but don't know if tensorrt gives any support to debugging serialisation/deserialisation. I'm wondering if...

I'm wondering if the issue could be related to this: [https://github.com/NVIDIA/TensorRT/issues/178#issuecomment-547763304](https://github.com/NVIDIA/TensorRT/issues/178#issuecomment-547763304) With layers being created with new rather than via the factory in the convert_layer functions? Perhaps it worked in...

I've started on rewriting a yolo v4 tensorRT implementation for my project. If I have success I'll try and report my conclusions. I'm thinking it may be a issue of...

If you're in a rush, you might want to try using an older version of TensorRT. Maybe that will work.

Thanks for the two links. I've been rewriting an implementation for myself based on tkDnn, [https://github.com/wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx), and tensorRT samples. Everything seems to be moving so fast that code you're looking...

So far so good. I've started got the first convolution layer done (I've rewritten a lot of the parser, but only tested this so far) and tested to give the...

Thanks @jstumpin I got my code working, so far 32bit single and batched modes (batched gives about 97fps on a 2070 Super for 416x416 yolo v4 - and yes, I...

Sorry, didn't spot your reply. Yes the error occurred with Visual Studio on Windows.

Perhaps related to increased security in Chrome. Looks like what was discussed here: [https://www.reddit.com/r/youtubedl/comments/1f97wpt/failed_to_decrypt_with_dpapi/](url) Haven't tried to use firefox as a workaround but guess that's worth a try. Has anyone...