Add person dataset assembler, restructure repo
This commit is contained in:
7
SmartCrop/tokenize.h
Normal file
7
SmartCrop/tokenize.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::string> tokenizeBinaryIgnore(const std::string& str, const char delim, const char ignoreBraket = '\0',
|
||||
const char escapeChar = '\0');
|
Reference in New Issue
Block a user