-
There is a mask image needed when fetch batch in dataset.py. Is mask generated by original image minus gt image?
-
Hi, thanks for developing this great package! I’m currently working with Trackpy for particle tracking, and it outputs trajectory data as a Pandas DataFrame with columns like `frame`, `particle`, `x`,…
-
Hello,
I encountered an issue with the function `eps_net` during the inference process [here L274-L277](https://github.com/EDAPINENUT/ppflow/blob/main/ppflow/modules/flows/torusflow.py#L274-L277). …
-
### Describe the bug
Error in using ADetailer with img2img
### Steps to reproduce
SD.Next Version 2024-10-17 + ADetailer
I ran into an error using ADetailer in img2img with face and eyes.
…
-
Currently, we only log the autoregressive loss, but should add some simple metrics:
- Next token AUC
- Next token top n Accuracy
Additionally, we need to support both analysis workflows on the ge…
-
Currently, when two images of different sizes are compared (with resize_candidate=True) the masks/placeholders are not resized in the same way as the image. The reason is that the image with the maske…
-
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…
-
Hi Manuel,
I want to train your resnet glomeruli segmentation model on the dataset of mice with the segmentation you provided with the article.
The segmentation are in the db file format, but to…
-
I tried to compile single_prefill_with_kv_cache using torch.compile.
```Python
import torch
from flashinfer import single_prefill_with_kv_cache
data_type = torch.bfloat16
QH=64
KH=8
S=1024
…
-
### Discussed in https://github.com/cta-observatory/ctapipe/discussions/2630
Originally posted by **cbadams2** October 29, 2024
I may be missing something, but I've been struggling to find cle…