-
I have made doodler python conda environments following the posted instructions (py38) as well as envs based on python versions 3.7, 3.9, and 3.10. I also trialled firefox, chrome and edge browsers. I…
-
### 🚀 The feature
The current `utils.draw_segmentation_masks()` uses `_generate_color_palette(num_masks)` by default if the colors of the masks are not specified by the user. `_generate_color_palette…
-
we just realized that this is a much more general functionality that we want inside MoBIE:
https://github.com/mobie/yeast-clem-datasets/issues/9
Basically, any segmentation source (or selection …
-
## ❓ Questions on how to use PyTorch3D
Hi! Thank you for maintaining this wonderful repo! Let's say I have meshes of objects, with their instance ids (or semantic category ids), how can I render th…
-
Thanks for your contribution.
Instance segmentation masks provided for your dataset (in the drive link) are all only 0-valued images (no mask available). Also, the links for instance, and normal se…
-
Hello, When I visualize the land segmentation masks,I found that they are not aligned with the RGB images. How can I solve this problem? Thanks!
![image](https://user-images.githubusercontent.com/412…
-
I am trying to train an efficientdet-d0 model to output bounding boxes and segmentation with the newly merged code from #599
I am attempting to train COCO from scratch
`python3 main.py --mode t…
-
![image](https://github.com/user-attachments/assets/c6b4d2ea-11c6-40df-8158-a539790e0ab8)
Hi everyone,
I’m reproducing the ReKep experiment with a Realsense RGB-D camera(d435) , but I'm encounteri…
-
Thanks for your awesome work.
I want to train a segmentation network on the provided dataset, via run:
```
# 1 train a segmentation model
sh ./scripts/train_sfpnr50.sh
# 2 generate segmentation f…
-
Hello, thanks for the amazing work you've done!
I've read the released code and I noticed that there are no superpixel number information in the proprocess code for SAM related to semantic segmentati…