Pelee.Pytorch icon indicating copy to clipboard operation
Pelee.Pytorch copied to clipboard

Pelee implement with pytorch

Results 18 Pelee.Pytorch issues
Sort by recently updated
recently updated
newest added

Hi, first thank you your work, it is very good. I have a datasets about one thousand images, the resolution is 1920x1080. I have use your source to train the...

Can anyone download the pre training weights in the link?

``` ---------------------------------------------------------------------- | Pelee Training Program | ---------------------------------------------------------------------- free(): invalid pointer Aborted (core dumped) ``` This happens when I try to train the Pelee on custom dataset (VOC format). I...

Here is the full error ![image](https://user-images.githubusercontent.com/4721290/127857231-f0693998-6a63-4d24-8c9a-bed5250f455e.png) The output of `nvidia-smi` ![image](https://user-images.githubusercontent.com/4721290/127857283-ee3e37f4-295e-4cb7-a436-f0306cc592be.png)

hi~~~ i am a new man in this. your repository is amazing for me, but i have a problem with the dataset.maybe its not a big problem for u. i...

When I disable GPU in configs/Pelee_VOC.py test_cfg.cuda = false. I got `RuntimeError: expected device cpu but got device cuda:0`. So some model is using GPU. But I am not able...

class _DenseLayer(nn.Module): """docstring for _DenseLayer""" def __init__(self, num_input_features, growth_rate, bottleneck_width, drop_rate): super(_DenseLayer, self).__init__() growth_rate = growth_rate // 2 inter_channel = int(growth_rate * bottleneck_width / 4) * 4 if inter_channel >...

在denselayer中 out3 = self.branch2c(out2) 应该改为: out2 = self.branch2c(out2)

hey thanks for providing this , going to try it out. can you provide a license file with the repo please ? thanks, Atti