Eduardo Reis

Results 13 issues of Eduardo Reis

**If no requirements are given, the command attempts to detect the requirements file(s) in the current directory.** How do I skip this? Let's say I just sourced my environment from...

enhancement

Is it possible to configure multi gesture on the scroll view with this lib? By the way: is it possible to change how much does the `ScrollView` scroll over?

Recently, I started to work with sparse data. Then I found lasagne, a very easy-to-use and handful module. However, it didn't support sparse input for networks. I started to make...

The equation is not being included in the link. See below.

Why are A and C column major and B row major? I thought it would be the opposite: A and C being row major and B column major. I am...

Currently, there are three model type available. > - **`default` or `vit_h`: [ViT-H SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth)** > - `vit_l`: [ViT-L SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth) > - `vit_b`: [ViT-B SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth) I could not...

Thanks to @franchesoni for giving me some guidance on the issue https://github.com/facebookresearch/segment-anything/issues/273. Based on the SAM paper, I added a basic description about the model checkpoints to the `README` file...

CLA Signed

## libmodbus version ``` $ pkg-config --modversion libmodbus 3.1.6 ``` ## OS and/or distribution ``` $uname -a Linux vostro3910 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64...

### Discussed in https://github.com/isl-org/Open3D/discussions/6590 Originally posted by **eduardo4jesus** January 10, 2024 I am unable to install open3d using pip. ``` (open3d) edreis@compute-0-1:~$pip -v install open3d Using pip 23.3.2 from /home/edreis/miniconda3/envs/open3d/lib/python3.10/site-packages/pip...

In C/C++ files, TODOs are hightlighted when present in comments like ``` // TODO: something ``` but not in comments like ``` /** * TODO: another thing. */ ``` what...