Swin-Transformer icon indicating copy to clipboard operation
Swin-Transformer copied to clipboard

Inference of imageNet classification

Open Pepslee opened this issue 3 years ago • 1 comments

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 ?

Pepslee avatar Dec 06 '21 13:12 Pepslee

Hi, is there any update on above query ?

s-kumar17 avatar Apr 04 '23 09:04 s-kumar17