xingyizhou / ExtremeNet

Bottom-up Object Detection by Grouping Extreme and Center Points
BSD 3-Clause "New" or "Revised" License
1.03k stars 172 forks source link

View data structures of ExtremeNet_250000.pkl #25

Open chenwocheng opened 5 years ago

chenwocheng commented 5 years ago

I try to view the data structures of ExtremeNet_250000.pkl by the code: import pickle pth=open(r'E:/ExtremeNet_250000.pkl','rb') pkl=pickle.load(pth) print(pkl) but it return the int just like

= RESTART: C:/Users/cwc888888/AppData/Local/Programs/Python/Python37/111.py = 119547037146038801333356 could you give me some suggestion?