Biswanath Saha
Biswanath Saha
I am getting this error: Operator wasn't built - see `python -m xformers.info` for more info triton is not available `smallkF` is not supported because: max(query.shape[-1] != value.shape[-1]) > 32...
### Description: Hello all! I am having some problems calculating feret_diameter_max in regionprops. ```python def calculate_feret_dia(lbl_img): props = measure.regionprops(lbl_img,spacing=(0.215,0.0401,0.0401)) #z,y,x px size feret_dia = [x.feret_diameter_max for x in props] return...
Hi, I want to know if there's any way to get the transformation matrix (print or save it) after the registration is done. It will be very useful for my...
Did you finetune SAM with points and bounding boxes or just with bounding boxes? Also, if only bounding boxes were used for fine-tuning, so does it work with clicks/points just...