imyyf

Results 6 comments of imyyf

> @ifzhang When I run, demo_track.py, the error occurr "cannot import name 'plot_tracking' from 'yolox.utils.visualize' (/mnt/d/PycharmProjects/yolox_deepsort_devs/yolox/utils/visualize.py)". visualize.py line 8 note or delete it __all__ = ["vis"]

> > @ifzhang When I run, demo_track.py, the error occurr "cannot import name 'plot_tracking' from 'yolox.utils.visualize' (/mnt/d/PycharmProjects/yolox_deepsort_devs/yolox/utils/visualize.py)". > > visualize.py line 8 note or delete it **all** = ["vis"] it...

> > > @ifzhang When I run, demo_track.py, the error occurr "cannot import name 'plot_tracking' from 'yolox.utils.visualize' (/mnt/d/PycharmProjects/yolox_deepsort_devs/yolox/utils/visualize.py)". > > > > > > visualize.py line 8 note or delete...

> I had the same issue, the LiDAR didn't show the walkers. I solved it by going back to version 0.9.14. Seeing the changelog, this problem could be related to...

> This issue has been fixed, please update to the latest dev, feel free to reopen the issue if it occurs again. Will you release a new stable version carla?...

> @xiaopan999 Have you met the same problem? Do you modify the raw maptr? We find that may caused by features value becomes NaN. maybe exploding gradient problem. But we...