Unable to see the result:
Opened this issue · 5 comments
Hello,
When I try the DETIC model. I do not see any result : It seems labelled images are zero.
person
Loading pretrained CLIP
/media/csverma/M2Disk/Projects/CompVis/ObjectDetection/AutoDistill/autodistillenv/lib/python3.11/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3526.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
[10/07 11:40:22 fvcore.common.checkpoint]: [Checkpointer] Loading from models/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth ...
Labeling images: 0it [00:00, ?it/s]
Labeled dataset created - ready for distillation.
Thank you for leaving this Issue. What file extension are the images in the folder that contains the images you want to label?
Same here, jpeg and png - same result.
I see the possible issue: you should provide an absolute path for the directories.
I gave the complete path. Stil there were issues.
@shersoni610 Can you provide a complete code snippet and, if possible, an example image so that we can take a look?