Yolo_Nano icon indicating copy to clipboard operation
Yolo_Nano copied to clipboard

Pytorch implementation of yolo_Nano for pedestrian detection

Results 12 Yolo_Nano issues
Sort by recently updated
recently updated
newest added

im getting this error, i followed all the steps properly and shifted everything to 80classes. This error arises in: raceback (most recent call last): File "train.py", line 89, in dataset...

Hi, I am trying to train the model with all 80 classes instead of just a single person class. I have modified the `default_path.py` as per the requirement, also I...

Traceback (most recent call last): File "/media/omnisky/data/lr/Yolo_Nano2/train.py", line 140, in loss, outputs = model(imgs,targets=targets,img_scores=img_scores,gt_mix_index = gt_mix_index) File "/home/omnisky/anaconda3/envs/wujingyu/lib/python3.7/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) File "/media/omnisky/data/lr/Yolo_Nano2/models/yolo_nano_helper.py", line 239,...

I try to follow the instruction after a lot of effort trying to debug. I only download val2014 and use as both training and testing since train2014 is quite big,...

FCA in this code is the same as the python representation of the famous senet module. Why? ``` class FCA(nn.Module): #Module structure FCA some like def __init__(self, channels, reduce_channels): super(FCA,...

Can we run YoloV3 on this github repository?

I'm getting frustrated when trying to create a custom dataloader for this models. is there any instruction about this? I'm not familiar with COCO format

I am surprised that the model size of yolo nano's network is so small. I did not find the official implementation code on the preprint website:[yolo_nano](https://arxiv.org/abs/1910.01271). In your repository, I...

你好,请教一下,你是怎么测的yolo_nano的运行速度比yolov3-tiny快的,我测的yolo_nano的运行速度比yolov3-tiny慢4倍。

Hi all, I am trying to reproduce the model by the code from this repository. I used a V100 * 1 machine and find the training is very low with...