-
class ImageEncoder(nn.Module):
def __init__(self, sam_model: SAM2Base) -> None:
super().__init__()
self.model = sam_model
self.no_mem_embed = sam_model.no_mem_embed #[1…
eakey updated
3 weeks ago
-
I need to decrease the processing time and used RAM
so I thought that I can deal with gray scale images by reading the image as gray scale image using imread parameters
`img = cv2.imread(filename,0)…
-
### Describe the feature request
It would be nice to have a fast way to toggle RGB on/off instead of holding down the brightness buttons.
##
### Concept
![image](https://user-images.githubuserc…
-
Currently the only one way to see data stored in rrd file is to open it in Visualizer.
It might be useful to be able to extract content into raw individual files.
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
Yes, No
### System Info and Version
System/Version info
```sh
Hyprland 0.44.0 built from b…
-
**Describe the bug**
I changed the `defaultColor` everywhere I see it hard-coded (`settings.js`, `sidebarsettings.js`). However, the model color for our stp file is still the default `rgb(59, 59, 59)…
-
I use ComfyUI to colorize photos and to get a better result I need to combine Hue and Saturation of the output with the Luminance of the input image. So far I do it with an .exe made in .NET but it wo…
-
### Regression?
Yes
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at commit 918d8340afd652b011b937d29d5eea0be08467f5 (flake.lock: update).
Date: Tue Jun …
-
Hello, thanks for this amazing work ! I have some question about downloading the dataset.
When I use this command to download the dataset
`omnitools.download rgb depth_euclidean normal semantic mask…
-
Hi. Thank you for your great work!
I was wondering if there is a demo code that inference only a single image and visualizes the bounding boxes and interactions.
If not, how should I create the …