Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion include/pointpillar.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _POINTPILLAR_H_
#define _POINTPILLAR_H_
#include <memory>

#include "cuda_runtime.h"
Expand Down Expand Up @@ -102,4 +104,4 @@ class PointPillar {
~PointPillar(void);
int doinfer(void*points, unsigned int point_size, std::vector<Bndbox> &res);
};

#endif // _POINTPILLAR_H_