-
Hi,
I have been trying out SAM in the online demo and it works great using the "Everything" button:
**Image:**
![image](https://github.com/facebookresearch/segment-anything/assets/4972463/81a57…
-
According to readme.md, I can correctly generate json files(including lane classes) and masks for LVLane dataset, but there is an error when processing Tusimple data set, what should I do?
![Uploadin…
-
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
4.2.5
…
-
When i apply mask generated by ma.zeros on the zeros matrix, i have an behaviour which i don't understand.
### Reproducing code example:
```python
import numpy as np
a = np.ma.zeros(5)
# add …
-
Hi Mohammed,
Thanks for this great resource and congratulations on its recent publication. I'm curious - can you share your method for generating mask records?
Best,
Jonathan
-
![Uploading image.png…]()
distil_trainer.py
In this code snippet, for each invocation of generate_one when generating tokens, the past_key_values used are those from either the student_key_values or…
-
At this [line](https://github.com/huggingface/parler-tts/blob/8b8c576e2dbdc29172e30be7d68fac9357cd92c5/parler_tts/modeling_parler_tts.py#L1430), a delay pattern mask is generated and applied to the in…
-
As shown in this [colab](https://colab.research.google.com/drive/1B5c-9QEwn8GWvi0kOp_mPvSt5BGV34tM?usp=sharing), the mask can arbitrarily change the shape of output.
Although the document requires th…
-
Hello,
It seems that the generated masks are sometimes overlapped with each other even with a single granularity prompt (e.g. [3]). I just need non-overlapped masks. What should I do to realize thi…
-
Hello,Thanks for your code! I would like to know how do you generate your test masks? I find that when i try to use pretrained models to test on my masked images,the results seems to be not very good…