Lei Gan
Lei Gan
> Hi, your work is amazing! How to save the segmentation results using geometry and deep learning? Thank you very much! Have you know how to save the segmention ?...
求打包下载,现在无法下载。
> 就下载release文件夹中的这个压缩包就可以了吧,解压后就是那个文件夹。 
> toolkit版本和驱动没对应的问题 请问应该是怎么样子的匹配关系呢?
> Hello, I'm interested of your work. But It seems that I cannot find the 'wheelchAI.utils' and 'lbtoolbox.util'. Have you published these packages? lbtoolbox is in here: https://github.com/lucasb-eyer/lbtoolbox
> Hello, I'm interested of your work. But It seems that I cannot find the 'wheelchAI.utils' and 'lbtoolbox.util'. Have you published these packages? ``` # import wheelchAI.utils as u import...
> 我使用docker方式安装,遇到这个问题后进入GrouningDino目录,手动执行了一次安装:python setup.py install 运行成功 Uninstall the installed library before manually installing it: pip uninstall groundingdino
> 请问这个分割和检测是一起做的吗,训练为什么要前向传播两次呢?一次得到目标检测结果?一次得到分割结果? 在readme中有:因为VOC数据集并没有同时提供所有的检测和分割标注,改为一个batch的检测和一个batch的分割数据集迭代训练,也即是训练时,一个batch检测和分割数据进行bp,然后梯度累积,然后统一进行更新参数.