Swin-Transformer
Swin-Transformer copied to clipboard
Inference of imageNet classification
How can I run just simple inference for one image ?
somethink like
model = load_model(weight_path, config_path) image = cv2.imread(image_path) prediction = model(image)
is there a way ?
Hi, is there any update on above query ?