-
Thank you for sharing this project. I am wondering if there is, or will be support for multi-GPU inference. Currently I am unable to run the inference on a 3090
```torch.cuda.OutOfMemoryError: CUDA o…
-
************************************************************************************
I use this code in resunet.py
out_s8 = self.conv4(out4)
out_s8 = self.norm4(out_s8)
out_s8 = self.block4(ou…
-
Hi!
Thank you for your interesting work.
When I tested the demo, I got the error about 'feat_model'. How to get this “feat_model”?
In addition, according to the current version of MinkowskiEngine…
-
Hey @feevos.
I am very interested in your article "Deep learning on edge: extracting field boundaries from satellite images with a convolutional neural network". I want to learn more, but I didn…
-
Hi, Thanks for your excellent work. I have tried to run your models and also the other models you provided in this repo. But I found out there is a large inconsistency in the results between your mode…
-
## タイトル: 衛星ビデオにおける赤外線小目標検出:新規データセットと新規再帰的特徴改善フレームワーク
## リンク: https://arxiv.org/abs/2409.12448
## 概要:
衛星ビデオにおけるマルチフレーム赤外線小目標(MIRST)検出は、数十年にわたり長年の基本的な課題でありながら、依然として困難な課題です。その課題は、主に次の2つに集約されます。第一に、極め…
-
File "/opt/data/private/3DUNet-Pytorch-master/dataset/transforms.py", line 153, in __call__
img, mask = t(img, mask)
File "/opt/data/private/3DUNet-Pytorch-master/dataset/transforms.py", line…
-
1. 项目中SDI模块的forward函数,传入了xs和anchor,在for循环中,仅仅考虑了x元素的最后一个维度(w),也就是说默认H=W,但实际情况中很容易输入的H与W并不相等,因此直接如果输入没有resize可能就会引起报错。 我的疑问是,如果将模型用于推理,此时H与W不相等,将无法使用。所以是先对图片进行填充,再对图片进行区域裁剪吗?
2.顺便指出一下,network中的演示示例…
-
Hi, I trained the ISC model a couple of times, but my validation AUROC is only around 2.8. Am I doing something wrong? Training seems to be fine mostly.
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Glioma MRI Human Brain Tumor Detection
:red_circle: **Aim** : The aim is to identify the brain tumors f…