MagicSource

Results 1299 comments of MagicSource

@surak I mean, I don't know how to define such process1, how to send it as shell args?

``` assert masks.shape[-1] == masks.shape[-2], "Only square mask predictions are supported" AssertionError: Only square mask predictions are supported ``` Got this error when runing the demo

@gakkiri May I ask why do u trim the person class in training? From your trained model provided can not see person detected.

@gakkiri So did u trained on full classes and found low performance? some biasis with the index cls id?

这是我们重新训练,对齐了最新版本(包括peft tokenizers)的一个效果: ``` >what is the capital of America The capital of the United States of America is Washington, DC. >When is the Thanks Giving Day Thanksgiving Day is celebrated...

Hi, obviously the mask is not right. 2 things to check (You can send me an PR for fix): 1. the mask output shape should according to your model input...