Pelee.Pytorch
Pelee.Pytorch copied to clipboard
Pelee implement with pytorch
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  The output of `nvidia-smi` 
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