Lisa Schneider

Results 10 comments of Lisa Schneider

Hi @yuvaramsingh94 I posted a description of how to perform a manual segmentation in Blender [here](https://medium.com/@lisa_81193/how-to-perform-a-3d-segmentation-in-blender-2-82-d87300305f3f).

Hi @intrivil and @nrakurniawan, it worked for me when I installed PySyft in a newer version: `pip install syft==0.5.0rc1`

Hi Simon aka @guanyichen, thank you, I am very happy to hear that you like the PartSegmentationToolbox. Just to clarify this, the PartSegmentationToolbox is independent of the Cell-DETR model. Cell-DETR...

Hey Simon, your approach sounds good to me. I think you just need to save the segmentation mask with the hyperbolic object in the correct directory structure. - images -...

Hi Simon, perfect. I believe this error comes from the initialisation of the ModelWrapper. When you initilize it in the main.py you need to add a list of class labels...

Hi Simon, seems like there are still some problems with loading your masks, as mask_collection seems to be empty. Have you checked whether the masks are loaded properly? Also in...

Hi @alcarazolabs, you have to set USE_MINI_MASK to False in your configs

I am running into the same problem. @joao-alemao did you find a solution for this?

I finally found the error in my code! It seems like pointops works by default with cuda:0, which caused that I had some tensors on this gpu, while others were...

Hi @jdjiang312, I only had GPU 3 for instance available, so I set CUDA_VISIBLE_DEVICES="3" in my terminal beforehand.