Ashish Singh Negi
Ashish Singh Negi
@alexsun009 Could you reproduce this? I am using ultralytics to fine-tune a YOLO model (pretrained on COCO) on CrowdHuman + MOT17trainFirstHalf, containing only person annotations. However, this fine-tuned model detects...
@blaz-r This issue can be reproduced by running the code snippet I have provided above. If you look at the code, I am passing a dummy input to the export...
Thanks for the quick replies! I have a trained "model.pt" as well which after loading looks like following {'model': InferenceModel( (model): PatchcoreModel() ..... } Can you suggest me the correct...
I tried `anomalib export -h` after full installation of anomalib, but it couldn't recognize the export command. Moreover I tried to use export method in anomalib.engine, but it fails to...