Hao Yin

Results 6 issues of Hao Yin

Hi when exporting onnx, i faced a problem. Do you know how to solve this problem? I used leakyrelu to replace silu(not supported bei onnx ). python -m torch.distributed.launch --nproc_per_node...

Hi , I am trying to train distance_semantic_detection_motion model based on default params.yaml. But the training process stopped after 1 epochs always. There is no error reported, the training process...

HI , Thanks for your code release. I have a question about Multi-GPU training command. Is it possible to train with Multi-GPU(8) inside docker? Like:python -m torch.distributed.launch --nproc_per_node 8 train.py...

Hello Could you share your onnx export script, which can help us a lot. Thanks!

Hello, I only see the KITTI and Nuscense dataloader. Could you tell me how to build custom datasets which we can use to train DD3D. Or should we try to...

作者您好, 感谢您的分享,我想请问下这套稀疏剪枝支持scaled yolov4吗? scaled yolov4主体基于yolov5开发,如果不能支持的话,我是否需要将.yaml格式的配置文件,转化成darknet的.cfg格式? 谢谢