-
Firstly thanks for your code. My issue is I am trying to perform multiclass segmentation on my own data. The data is of satellite images. So I have prepared masks of 12 labels, which means the number …
-
I try to construct my own network according to the figure 7 in your paper, but it does not work well.
Perhaps the preprocessing part is different. I would like to ask what depth and optical flow es…
-
@likethesky @Celebio @colesbury @pdollar @minqi
Hi, I have the error at this line when I use multiple points in an image to extract the segments.
My input points and labels used
`points = tensor(…
-
I'm trying to fine-tune a Mask2Former segmentor with a custom dataset by using MMSEGMENTATION plus the code made available in this repository. However, I'm running into some trouble because of the dat…
-
Hello,
I am trying to implement the CRF layer into a semantic segmentation a U-Net-style convolutional neural network for semantic segmentation in order to refine the predicted masks. I have looked…
-
What is the correct way to updated genCOCOMask.m to take advantage of parfor?
I updated line 19 from
`for i = 1:L` to `parfor i = 1:L` which looked like it was working. In the end I get an error:
`…
-
I followed the example of `test_detector()` in examples/detector.c to make a C++ interface for YOLO. The code is compiled using g++ and C++11 (the darknet.h file and libdarknet.so file must be in the …
-
Right now, `medsmaker_mocks.py` has both some old legacy code and shortcuts that we should remove, fix, and / or improve. A few things to start with:
- Remove the option to select sources here & in…
-
I want to replace the OneFormer used in your demo with some other segmentation models (for instance, SAM), now suppose I have
```
input_img: H1 * W1 * 3, uint8
input_mask H1 * W1, binary 0,1
ref_…
-
### 💡 Your Question
Is this data gradient not available for segmentation analysis of dataset in yolo format?