Amit Singh
Amit Singh
I solved the problem of unknown class through CLIP model using this approach. I used its image embeddding as well as the text embeddings and added them together [torch.add()] and...
> Hi @AbinashSankaran, I have conducted several experiments and would like to share the results with you, which you may find useful for your own trials. > > For these...
> @gigasurgeon hello. did you manage to identify outlier image and make a predictor using this repo? I would appreciate any help @westbalon I generated embeddings for 5 images per...
It is a classification model. Vit based. Will featup help in classification tasks?
you can look at this discussion -> https://github.com/facebookresearch/Detic/issues/113#issue-1997887378
@agoryuno Thanks for providing the ONNX export notebook. During onnx inference, I got these output nodes with shapes. Can you please guide me to which output belongs to what. I...
While launching comfyUI from terminal by `python3 main.py` , I saw there were few errors in the logs while importing allor. The error was `TypeError: 'type' object is not subscriptable`...
@jnebrera I would be very interested in the dataset. I am working on a multitask basketball dense commentary generation. For that, the input features are player, basketball and court features....
in demo/simple_demo.py I commented out this line `image = image[:, :, [2, 1, 0]]` in `inference()` and it started giving me better results.
even after dowgrading, I am still getting the same error