-
Hi!Thanks for nice job! Here is a bug when I 'm training yolact on COCO dataset.
When the iter is "1360" and epoch is "0"(batch size is 5 ), it suddently return a "Segmentation fault" without any t…
-
Hi, I'm trying to use OASIS discriminator with my own dataset's semantic segmantation. In short, my ground truth onehot segmantation has 3 channels, and it is shaped like: channel 0: background, chann…
-
个人主页,个人学习生涯!
学习流程:
> 第一遍, 通读全文,了解内容
>
> 第二遍,针对性阅读,并记录心得
>
> 第三遍,理论结合实践
一点一点搬运到博客上
## ref
- [Deep learning papers reading roadmap](https://github.com/floodsung/Deep-Learning…
-
这篇文章秒杀 DeepLabV3+ 和Unet 的缺陷检测网络?
不应该这么起标题,文章构建了两个网络,分割和分类网络,所说的缺陷检测其实是缺陷分类,分割网络是一个辅助网络,因为缺陷样本很小,作者也没有用预训练,所以借助分割网络训练特征图,文章中提到了分割网络的标签没有那么精细,也不太影响缺陷分类的结果。 作者比较deeplabv3和unet,是把它自己的分割网络替换成上述两个网络比较,其实…
-
## What
model을 semantic FPN(Feature Pyramid Networks)으로 두고 실험을 진행
## Why
HRnet과 DPT Large를 실험하려는 도중에 type error(list)가 발생하였습니다.
아래에 있는 이전 기수의 깃허브를 참고하여 적용하려고 했으나, 추상화가 잘 되어있어서, 장시간을 아무리 봐도 어…
ghost updated
4 months ago
-
First of all, I congratulate you for your work. I want to try your work for multiclass segmentation, but I can't find what to do to change the BCEloss function you use. Can you help with this?
-
Hi, I have read the paper and built-and-run your [LiDAR-MOS](https://github.com/PRBonn/LiDAR-MOS#Applications).
Thanks for sharing your awesome projects here.
I have a question.
How can I …
-
I want to get depth map image and semantic image.
so I attached two camera to 'client_example.py'
but so stange 'depth image' and 'semantic image' comes out.
I don't understanad why this images com…
-
I have fine-tuned a maskdino model in a semantic segmantation dataset that has four classes: other, person, car, and road. However it performs poorly in person and car these two classes while the othe…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…