susanin1970
susanin1970
Hello! Thanks for a this great repo :) In the article and on the main page of the repository, there are examples of using YOLACT on images that contain a...
Hi! Firstly, thank you for the code :) I use your CRNN model for recognition numbers of ISO-containers (ISO 6346) And I have the problem I have a small dataset...
Hi! I have trained on single-channel images YOLOv4 TIny .weights file Then I got `frozen_darknet_yolov4_model.pb` file of this model with use follow command: ```powershell python .\convert_weights_pb.py --class_names "D:\Repositories\isocontainercodes-training\pipeline\yolo\names.list" --weights_file "D:\Repositories\isocontainercodes-training\pipeline\yolo\yolov4-tiny-mixed_y8-v3.weights"...
Hi! Thanks for this great repo :) I trained SRN model for text recognition from PaddleOCR framework on my own dataset and tranflated to the inference format Then I tried...
Hi :) Thanks for this repo I have a problem with setting a custom input resolution in YAML config ```yaml DATASET: TRAIN: path\to\train\txt VAL: path\to\test\txt NAMES: path\to\names MODEL: NC: 1...