nexusme

Results 2 issues of nexusme

## codes ``` import pandas as pd import numpy as np from category_encoders.polynomial import PolynomialEncoder def poly_encoding(cols, train_set, train_y, test_set): poly = PolynomialEncoder(cols=cols, handle_unknown='value', handle_missing='value').fit(train_set, train_y) poly_tr = poly.transform(train_set, train_set)...

non-reproducible

Hi, i would like to know how can i corp my image if i only want the dog image by using: !python FastSAM/Inference.py --model_path FastSAM.pt --img_path ./images/dog.jpg --text_prompt "the white...