yangp

Results 14 issues of yangp

Hello, I am interested in loss function combined with size and distance but I have no idea how it works. Can you give me more information(related paper, reference and so...

The details of error are as follows: `RUNDIR: runs\seg_pascal\59030 Traceback (most recent call last): File "train.py", line 226, in train(cfg, writer, logger) File "train.py", line 72, in train model =...

### Description Hello! Mr.WU. When I turn a single pixel wide raster into a line vector, the previously continuous closed shape becomes a broken line segment. How to avoid this...

我用repo里面的argmax进行分割后处理,在768*768的图片上,每帧需要花费400ms的时间。各位大佬有没有更快的方法?

Hello!The dataset you upload in baiduYun is demaged. Can you upload again? I would appreciate it if you do it.

I'am intersted in your work and want to use this method in my customized dataset but I have no idea how to generate the oritentation label according to the edge...

Hello! I have no idea to use data you provide to run this project? Can you show more details about it? Thank you.

When I set a new pose in rviz and push the button of plan & execute, the real robotic arm does not move. In a moment, the system said "trajectory...

When I execute demo with real robot, I meet some errors,the details as follows: ![image](https://user-images.githubusercontent.com/48110397/210309016-1b04ae74-07c9-48a2-9a72-53a9c472cf0b.png)

` self.laterals = nn.Sequential(*[Conv1x1(inplanes // (2 ** c), outplanes) for c in range(4)]) ` ==>> ` self.laterals = nn.Sequential(*[Conv1x1(inplanes // (2 ** c), outplanes) for c in reversed(range(4))]) `