krematas / soccerontable

Upconverting YouTube soccer videos in 3D for viewing in AR/VR devices.Soccer On Your Tabletop
BSD 2-Clause "Simplified" License
498 stars 96 forks source link

soccer3d/soccerdepth/test.py producing Segmentation fault (core dumped) #18

Closed ujjawalcse closed 4 years ago

ujjawalcse commented 4 years ago

Hi @krematas , I'm getting Segmentation fault (core dumped) while running following step:-

python3 soccer3d/soccerdepth/test.py --path_to_data $DATADIR/players --modelpath $MODELPATH

Where MODELPATH=/home/ujjawal/my_work/soccerontable/MODEL_maskRCNN/model.pth DATADIR=/home/ujjawal/my_work/soccerontable/barcelona

Did anyone face this issue ? Please suggest me some ways to handle this.

ujjawalcse commented 4 years ago

Sorry for inconvenience. It was torch error. I reinstalled torch with GPU. Fixed the error.