justlike-prog
justlike-prog
Hi I would like to convert a Detectron2 into a MMDetection model. Running the `detectron2pytorch.py` script leads to an error though, `python detectron2pytorch.py model_final_f10217.pkl test123.pth 50 Traceback (most recent call...
Hi, I was looking for a way where I could augment an image right after getting it back form the inference still on the GPU. To be more precise I...
I wanted to create some images with your Generator with `python3 run.py -c 200000 -w 1 -t 8` as documented, but wasn't able to since the run.py is missing there....
I am using CLIP to check similarity between text and an image. Now for example I have list of words (objects) I want to check against. For example (“elephant”, “tiger”,...
Hi, Is there a way to use CLIP to embed whole albums of photos and then check similarity with certain phrases on what the album is about? I have a...
Hi I would like to prune the AttentionPool2D Layers in the ModifiedResnet of CLIP. For some reason I am running into this error: ``` ace_computational_graph(self, module2node, grad_fn_root, gradfn2module, reused, visited)...
The concrete use case is a as following. I have the classes baby, child, teen, adult. My idea was to use similarity between text and image features (for text features...
Hi any way you could release the ConaCLIP models and weights soon? Referring to this paper [ConaCLIP](https://aclanthology.org/2023.acl-industry.8.pdf)
Hi, The R50 image encoder is around 250MB in size. Was anyone here able to reduce the size drastically (to around 20MB)? I was thinking about doing knowledge distillation with...
Is there any chance you could upload the state_dict rather than jit files? Thanks