DenisSouth

Results 4 issues of DenisSouth

src\video_emotion_color_demo.py from utils.datasets import get_labels from utils.inference import detect_faces from utils.inference import draw_text from utils.inference import draw_bounding_box from utils.inference import apply_offsets from utils.inference import load_detection_model from utils.preprocessor import preprocess_input where...

no one can legal use your awesome code in their projects now. please add MIT license file

please add license file, without it no one can legal use your project

I can extract text like this. but I want to get locations of each phrase > public static string get_text(string PDFFilePath) { > string feed = ""; > using(var document...