easy-fpn.pytorch
easy-fpn.pytorch copied to clipboard
An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.
in training process,I got error below: Traceback (most recent call last): File "/media/liye/volume0/Ubuntu/PythonProject/easy-fpn.pytorch/train.py", line 150, in main() File "/media/liye/volume0/Ubuntu/PythonProject/easy-fpn.pytorch/train.py", line 148, in main _train(dataset_name, backbone_name, path_to_data_dir, path_to_checkpoints_dir, path_to_resuming_checkpoint) File "/media/liye/volume0/Ubuntu/PythonProject/easy-fpn.pytorch/train.py",...
Hello, I find that the accuracy of easy-fpn has not significantly exceeded that of your easy-faster-rcnn you achieved much more. I want to know why? Looking forward to your reply