TensorRT5 sampleSSD ssd.prototxt missing

TensorRT-Developer-Guide

9.1.13.3. Defining The Network
The network is defined in a prototxt file which is shipped with the sample and located
in the data/ssd directory. The original prototxt file provided by the authors is modified
and included in the TensorRT in-built plugin layers in the prototxt file.

But,There is not ssd.prototxt in /data/ssd.

Hello,

which version of TRT are you referencing?

I am having the same issue.

The TRT version is 5.0.2.6

I’m looking at the latest document https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#sample_movie, I don’t see a section 9.1.13.3. Defining The Network

You’re looking at the wrong place.
Take a look at [url]https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-503/tensorrt-developer-guide/index.html#sample_ssd_define[/url]

It is mentioned that

The network is defined in a prototxt file which is shipped with the sample and located in the data/ssd directory. The original prototxt file provided by the authors is modified and included in the TensorRT in-built plugin layers in the prototxt file.

But there isn’t any prototxt file.

The sample README has instructions on how to generate the prototxt file. I believe this was mentioned in the release notes.
The docs need to be updated.

https://docs.nvidia.com/deeplearning/sdk/tensorrt-release-notes/tensorrt-5.html#rel_5-0-2

Thank you!

I don’t find the README very clear on how to edit the prototxt file, Is the ssd.prototxt file available somewhere online ?