JuiceCoffe

Results 3 comments of JuiceCoffe

> > pip install -e . > > hello, I follow your guidence step by step. But I encountered a problem in the final step (mamba_ssm(installed via author provided file...

> [@cryingdxy](https://github.com/cryingdxy) I used this function for evaluation: > > ``` > def predict_semantic_map(processor, image, labels): > h, w = image.height, image.width > num_classes = len(labels) > score_maps = np.zeros((num_classes...

> [@JuiceCoffe](https://github.com/JuiceCoffe) I used these values: > > ``` > MASK_SCORE_THRESHOLD = 0.7 > MIN_MASK_AREA_PIXELS = 25 > ``` I'm wondering during model inference, did you only use the classes...