-
In the documentation, the following options are available:
![image](https://user-images.githubusercontent.com/2482071/145291156-61dc2f32-6983-42ae-a887-1bdf5c96da7b.png)
However, it is unclear t…
-
Good day,
Thank you for the interesting paper, and sharing code, and data. I have noticed that the mask data appears to be missing. Specifically, the size of view_x.png under "Arrangements/*/rgb/m…
Kar1s updated
7 months ago
-
upon
`/instance-segmentation-with-discriminative-loss-tensorflow ]$ python2 inference.py --modeldir trained_model --outdir inference_test/results`
I get the error:
```
Traceback (most recent call…
-
Hello,
I have been exploring the capabilities of the OSPRay library for volumetric data rendering and I must say, it's been a great experience so far. However, I have come across a particular requi…
-
Hello!
I annotated some images for my own dataset. My dataset has a very limited size so I would like to augment my dataset.
Upon searching previously opened issues, I came to know that we can p…
-
Here's my config.yml:
```yaml
segmentation_threshold: 0.7
blur: 5
erode: 10
dilate: 10
virtual_video_device: "/dev/video2"
real_video_device: "/dev/video0"
average_masks: 2
mjpeg: False
la…
-
Hi @dbolya,
Thanks for such a useful model.
I used the inference script eval.py to generate images with drawn masks and bboxes on single images ,folders, and with a custom test dataset. This worked …
-
Thank you for your excellent work!
I run this code on my own dataset about bladder tumor but I get very poor results. I guess the reason may be that my dataset is too small, resulting in overfittin…
-
How do you use FCN to get a foreground image without background? I am a newcomer to this, can you give me some advice?
I only want to get a pedestrian image without background. What should I do? Than…
-
I encode the binary mask prediction of my model with `mask.encode` like this:
```
def rle_encode(mask):
"""RLE encode a binary boolean `mask`"""
mask = mask.cpu().numpy()
…