Bohan Liu

Results 1 issues of Bohan Liu

I want to detect multiple image-conditioned queries on a single image at one time. I use the code from `OWL_ViT_minimal_example.ipynb` for Image-conditioned detection. ``` target_class_predictions = class_predictor( image_features=feature_map.reshape(b, h *...