"sgl-kernel/csrc/vscode:/vscode.git/clone" did not exist on "5bb0accbcffa0e47ab7987062d3895c330aa1f00"
Helpers.h 156 Bytes
Newer Older
lijian6's avatar
init  
lijian6 committed
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "opencv2/imgproc.hpp"

class Helpers
{
public:
	static std::vector<float> loadImage;
	static std::vector<std::string> loadLabels;
};