MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / RGBImageReader

Class RGBImageReader

quickstart/common/util.h:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70class RGBImageReader : public ImageBase
71{
72public:
73 RGBImageReader(const std::string& filename, const nvinfer1::Dims& dims, const std::vector<float>& mean, const std::vector<float>& std);
74 std::unique_ptr<float> process() const;
75private:
76 std::vector<float> mMean;
77 std::vector<float> mStd;
78};
79
80class ArgmaxImageWriter : public ImageBase
81{

Callers 1

inferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected