yyxr75

Results 11 comments of yyxr75

if you dont have data, i suggest you using the original data offered by this demo

> Yeah, off course i have already used the given original data. > My goal is to reconstruct more as possible 3D mesh. I have a structure sensor that can...

What does it look like? Give us a pic

好像是因为在coco_evaluator中出现过一次synchronize,之后跳出来又有一次synchronize,按照dist.barrier的定义,所有的线程都跑到同一个地方之后,才会开始继续跑,这里因为不同的GPU卡在不同的地方,所以会挂起。你可以注释掉外面那个synchronize,就可以不挂起了。 另外,好像yolox的多卡代码是有问题的,我照着改完我的代码之后,训练一直无法收敛了。可能是优化器或者是scheduler的初始化处出现了问题,我目前还没有定位。

Have you guys figured out how to produce RA heatmap from radar_FFT.npy s?

Hi there, Have u had the idea that what "labels_CVPR.csv" provides? I have been using this label file to draw the correspondense of label information and raw data information. However,...

Hi there, I am working on this demo recently, but come across a paradoxical problem here when drawing output result. I used pyplotlib.matplot.imshow(radar raw image), and plt.scatter(lidar point cloud) to...

> sorry to tell you that above is all my code thanks

NICE, I have done it with the help of [Fixed kinfu_remake to run in CUDA_ARCH >= 500 and CUDA_VERSION >= 9 #33](https://github.com/Nerei/kinfu_remake/pull/33) THANKS A LOT

My Nvidia GPU is GTX710M, whose compute capability is 2.1. Is there any way I can still use YAK repository on my computer?