kkhoot / PAA

A PyTorch implementation of the paper `Probabilistic Anchor Assignment with IoU Prediction for Object Detection` ECCV 2020 (https://arxiv.org/abs/2007.08103)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I begin to train and get env infomation, I get a bin/python': double free or corruption (!prev) error

yfzhang114 opened this issue · comments

2020-09-29 09:37:43,420 paa_core INFO: Using 1 GPUs
2020-09-29 09:37:43,421 paa_core INFO: Namespace(config_file='configs/ours/ours_R_50_FPN_1.5x_ablation.yaml', distributed=False, local_rank=0, opts=[], skip_test=False)
2020-09-29 09:37:43,421 paa_core INFO: Collecting env info (might take some time)
*** Error in `/home/yfzhang/anaconda3/envs/PAA/bin/python': double free or corruption (!prev): 0x0000564911fb06d0 ***

Hi, sorry for the late response. If you did not modify code, I think there was a version mismatching in your environment. Can you please try to rebuild PAA (deleting build folder and c++ extension files and build again)?

Yeah, I have found a mismatching in my environment. Thanks for replying!