-
when i want to trian RelTR on Open Images V6 with a single GPU
python main.py --dataset oi --img_folder /home/ybz/RelTR/data/oi/images/ --ann_path /home/ybz/RelTR/data/ --batch_size 1 --output_dir c…
-
JFT's live dev on colab: [swc_renderer.ipynb](https://colab.research.google.com/drive/1ejkXdsEKPZqOcV-jMTcTfI-94hpva60p#scrollTo=_SuZCFNLpSfH)
Take in SWC file, output an image which non-perspectiv…
-
Hi, in your "use" text file where the parameters are listed you used, there you set the _size_constraint_weight_ to zero. According to the parameter description, it defines the weight of the objects …
-
I got this error because I was trying to use different size inputs. Is this happening because different samples have different sizes in my dataset?
```
Traceback (most recent call last):
File …
-
For segmentation, if you zoom the model output layer close enough, you can see that between segmentation masks for different classes, there is a one-pixel gap, see screenshot:
![image](https://githu…
-
I'm trying to run batch segmentation on a orthomosaic of 4gb, what should be the free storage required in my system if I have to merge all the tiles and build one single raster out of all the masks.
…
-
### My actions before raising this issue
- I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation)
- I searched [past issues](/issues)
There is a great instance segm…
-
https://github.com/tensorflow/models/blob/master/official/projects/edgetpu/vision/README.md
I am trying to generate mIOU for deeplabv3plus_mobilenet_edgetpuv2_m on ADE20k 32 classes dataset, howeve…
-
I am building a model to perform tumor segmentation from WSI. I have the original slides and the tumor binary masks (both in tif format)
Is it possible to extract the ground truth tiles as well using…
-
Hello,
So I am trying to use ivadomed to train a microscopy image segmentation model from manually curated masks created through axondeepseg. To then feed the model back through axondeepseg. I was …