rishabh-akridata
rishabh-akridata
@JKelle Did you manage to solve this issue? I am also facing exact same issue.
@RRoundTable I have trying to reproduce the results(AP) values on lvis dataset using the example script that you have provided. Did you manage to reproduce the results?
@NielsRogge I am using the Owlv2 processor, but still not able to get the same results.
@NielsRogge Please find the script below. ``` import skimage import os import matplotlib.pyplot as plt from copy import deepcopy import numpy as np import cv2 import requests from PIL import...
@NielsRogge Also I tried to use the below processor as well. But the facing the same issue. `processor = Owlv2Processor.from_pretrained("google/owlv2-base-patch16-ensemble", size={"height":768, "width":768})`
@NielsRogge When I reduce the conf_threshold to 0.1, then I get some detections but with very low confidence and also the boxes are not the same as described in the...
@NielsRogge Please ignore this one, I am looking into the results of different model variant. I am able to get the same results as mentioned in the colab notebook. Sorry...
Hello, Has anyone found a solution for this? I am also facing the same issue, the process gets killed after sticking in the Apache beam for some time.
@phamnhuvu-dev Okay, but I want to replicate the results on the LVIS dataset only. Any other workaround for this to bypass this issue?
@Everloom-129 @XuZiGuo-bit, I am facing the same problem, did you manage to solve this issue? Thanks.