clawCa

Results 6 issues of clawCa

用这个来看论文,edge中是每一句话都单独一行开始,但是chrome中是直接连成一片的,看论文过程中一句一句话的阅读更加清晰,也跟容易和原文在哪里对应上,一但翻译的不顺畅可以快速定位原文,能否加一个小的开关来控制是否每一句话另起一行。 ![image](https://user-images.githubusercontent.com/71144235/160831251-e5678e91-cad1-4bcd-8ce0-15bb1562ce4e.png)

待确认

**[07/22 17:59:29 main-logger]: >>>>>>>>>>>>>>>> Start Evaluation >>>>>>>>>>>>>>>>** Traceback (most recent call last): File "/media/zhu/软件/python projet/Stratified-Transformer/train_zhu.py", line 569, in main() File "/media/zhu/软件/python projet/Stratified-Transformer/train_zhu.py", line 86, in main main_worker(args.train_gpu, args.ngpus_per_node, args) File...

s3dis数据集,修改了train_gpu: [0] ![image](https://user-images.githubusercontent.com/71144235/178547819-31729d83-18f8-4eea-965d-025a30c754f0.png) 这个地方提示intersection_meter.sum是一个int类型外面加sum就会报错,TypeError: 'int' object is not iterable ![image](https://user-images.githubusercontent.com/71144235/178548218-73573260-caba-47bc-a917-e738f947f265.png) 这里iou_class[i]在索引时,会出现'float' object is not subscriptable,debug查看到这里是一个float数 是我的环境配置出了问题吗? 中间环境配置过程也确实好几个一直报错,用的是cuda 11.0,30系列显卡不支持cuda10.2,在配置过程中torch-scatter,torch-points-kernels安装试了很久,会出现AttributeError: ‘NoneType‘ object has no attribute ‘origin‘解决办法(安装geometric报错),参考的:https://blog.csdn.net/weixin_39417324/article/details/116159791 ;才终于安装上 是因为我的环境有问题吗?

>重要:请不要删除模板自行填写,所有不按照模板填写的issue,我们将不会处理。 #### 须知 1. 反馈前请先查看官网的使用指南,查看使用指南能够解决您90%的疑惑。 2. 请先在Issue中搜索是否有相关issue,重复的issue会直接被关闭。 3. 确保您使用的是最新的稳定版,如果您使用的是旧版本的软件,issue也会直接被关闭,请先尝试最新版。 4. 所有不按照模板填写的issue,我们将不会处理。 5. 请尝试关闭软件后删除[配置文件夹]([https://copytranslator.gitee.io/guide/questions.html#copytranslator%E7%9A%84%E9%85%8D%E7%BD%AE%E7%9B%AE%E5%BD%95%E5%9C%A8%E5%93%AA%E9%87%8C](https://copytranslator.gitee.io/guide/questions.html#copytranslator的配置目录在哪里))重启软件,看看问题是否仍存在。 ## 描述问题 在副屏幕中,窗口会自动移动至右下角, 点击其他程序,然后再点击copytranslator,窗口自动移动 ### 系统环境(请填写以下信息) - CopyTranslator版本:如 v11.0.0 - 出现问题时的模式:对照模式 - 操作系统:如win10 64位 专业版 - 安装路径:...

Thank you for open sourcing your code! I trained the model on my own dataset. In my segmentation scenario, I have a class representing over 30 potted plants. the average...

Thank you for your outstanding work. I converted my dataset using the S3DIS preprocessing script and trained the model. After converting the model with fix_spconv_checkpoint.py, the test program gives an...