qufang

Results 10 issues of qufang

这是我的函数 ![image](https://user-images.githubusercontent.com/53482524/172115985-5a5d1018-c1ad-4660-8786-21f8743488c4.png) 在no grad外面使用梯度也会消失 ![image](https://user-images.githubusercontent.com/53482524/172116162-f121b670-4ab2-4893-99f1-27a141d82143.png)

If you do not know the root cause of the problem / bug, and wish someone to help you, please post according to this template: ## Instructions To Reproduce the...

The code works fine when I set the gpu

感谢您提供优质的代码! 我将roi_align单独抽出来在我的项目中使用了,它的速度非常快,代码也十分易懂。 但是我的训练常常会停滞很长时间,我考虑到可能在我的项目中box常常会出现在image范围之外。我想请教一下roi_align在处理box在image之外这种情况的措施。 一共有三种情况 1. 正常情况在image内,速度很快 2. 有一部分在image内 3. 完全不在image内 是否是因为box不在image之内影响了训练速度呢?那我需要做一些什么预防措施呢 期待您的解惑,万分感谢!

感谢您的贡献! 我在使用过程中出现了一些问题。 我使用的是siamrpn,我在训练的时候出现了数据加载太慢的情况,我已经将batchsize改为1了,迟迟无法获得数据。 ![image](https://user-images.githubusercontent.com/53482524/122628211-768e6b80-d0e7-11eb-9446-17a7d7e67f93.png) 我在dataset下调用还是挺快的,train_dataset.__getitem__(1), 但是不知道为什么在Dataloader中无法输出数据。

I use the transformer to predict the offset between the pre and cur frame. When I visualize the result of the offset, it works great. However, when I run the...

![image](https://user-images.githubusercontent.com/53482524/184479048-3fc5e96c-d4aa-45ae-9b43-f48de7d462ee.png) ![image](https://user-images.githubusercontent.com/53482524/184479067-2db58a17-c202-4273-acd9-27e5d55a8d15.png) I print the tcp. From the results, setting the port does not seem to have any effect

bug

I try to install ros-humble-mavlink, but it does not work. So what should I do? qf@qf-Lenovo-Legion-Y7000:~/px4_sitl_gazebo/src/sitl_gazebo/build$ cmake .. -- install-prefix: /usr -- cmake build type: RelWithDebInfo -- Using C++17 standard...

感谢您提供优质代码。 我在安装环境时却有很多错误,您是否可以告知一下您的python版本和Linux版本。

![image](https://github.com/Pointcept/Pointcept/assets/53482524/eb1b6a52-9da9-45e7-880f-ff216dee2451) My data performs well for semantic segmentation, achieving an mIoU of 80. However, when I use it for instance segmentation, the first category always fails to predict correctly. In...