sisl / ngsim_env

Learning human driver models from NGSIM data with imitation learning.
https://arxiv.org/abs/1803.01044
MIT License
172 stars 80 forks source link

Visualization error: segmentation fault #22

Open nebneBgnahZ opened 5 years ago

nebneBgnahZ commented 5 years ago

I tried to create a video using multiAgentMakeVideo.py but I got the following error: Segmentation fault in expression starting at no file:0 getproperty at ./sysimg.jl:18 [inlined] getindex at ./refvalue.jl:32 [inlined] handle_new_from_data at /home/user/.julia/packages/Rsvg/uwc9D/src/calls.jl:109 render_fancy_car at /home/user.julia/packages/AutoViz/Kccwt/src/fancy_render.jl:40

I tried to change AutoViz to v.0.6.0 but then I got other issues. Suggestions are appreciated!

raunakbh92 commented 5 years ago

I successfully reproduced your error with AutoViz v0.7.3. Reverting back to AutoViz v0.7.1 resolved the issue for me and I was able to create a video. Could you please provide further information about what other issues you faced?