zhursvlevy
zhursvlevy
Hi @CuongNN218 You can do this if assign to parameters masks and bboxes empy list. Example: ` cpy_pst = CopyPaste(blend=True, sigma=1, pct_objects_paste=0.8, p=1., always_apply=True, max_paste_objects=5) out = cpy_pst(image=image, masks=[], bboxes=[],...
Hello! Yes, of course! I will add tests soon
> Hi, by the looks of it there's might be a version mismatch between the jupyter and the venv you run on it. I installed in conda==25.3.1. I created new...
> I think it may be due to newer version of jupyter lab, try with jupyter lab 3 and ipwidgets 7 Just tried with `ipywidgets==7.6.5` `jupyterlab==3.6.8` `anywidget==0.9.18` `deepchecks==0.19.1` And got...