David0tt / DeepGTAV

A system to easily extract ground truth training data for different machine learning tasks from GTAV
GNU General Public License v3.0
89 stars 9 forks source link

imageSegmentation and 2dbbox received as "None" #13

Open michealangel opened 1 year ago

michealangel commented 1 year ago

Trying the script "presentation_VisDrone.py" everything runs well except for the last part that should create a window (as shown in the Youtube video) to plot the 2Dbbox and segmentation results. This is due to the "None" returned corresponding to the fields "imageSegmentation" and "2dbbox". What may be the reasons? I have already set MSAA to "OFF". Thanks in advance.