pytorch_clip_bbox
pytorch_clip_bbox copied to clipboard
Pytorch based library to rank predicted bounding boxes using text/image user's prompts.
Results
1
pytorch_clip_bbox issues
Sort by
recently updated
recently updated
newest added
When I run this demo, I get Traceback (most recent call last): File "Test.py", line 15, in from pytorch_clip_bbox import ClipBBOX File "/media/Codes/pytorch_clip_bbox/pytorch_clip_bbox/__init__.py", line 13, in from .clip_bbox import ClipBBOX...