HybridNets icon indicating copy to clipboard operation
HybridNets copied to clipboard

HybridNets: End-to-End Perception Network

Results 40 HybridNets issues
Sort by recently updated
recently updated
newest added

In YOLOP, I can set batch_size to 64 in a 3090 sever. However, in HybridNets, the batch_size can only be set to 8. Otherwise, the program shows the message "Out...

return F.conv2d(input, weight, bias, self.stride, RuntimeError: Given groups=1, weight of size [64, 32, 3, 3], expected input[2, 24, 98, 162] to have 32 channels, but got 24 channels instead Thank...

HI @datvuthanh @xoiga123 , Could you please share parameters that you use and also training strategy, to reproduce the result? I am trying to reproduce result with suggested dataset from...

First of all, thanks for sharing the code. I have been trying to train for the traffic light and traffic sign classes for object detection. I have frozen the segmentation...

How can I solve it? https://github.com/ibaiGorordo/ONNX-HybridNets-Multitask-Road-Detection I used this source code. and I converted Pytorch to ONNX using what you offered.

So I'm trying to train my own model for my own classes and I tried to figure out the structure of the files in the bdd100k dataset but the google...

作者您好,这个预训练权重是不是有问题啊,我下了三遍,跑demo的时候都报错,说是预训练权重有误。

Hello, I am very interested in your work on HybridNets. Recently, I have been trying to reproduce this work, but following the training stages outlined, I have not been able...