PRBonn / lidar-bonnetal

Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving
http://semantic-kitti.org
MIT License
945 stars 205 forks source link

Where are the pretrained models #106

Closed swapnik-iitkgp closed 5 months ago

swapnik-iitkgp commented 1 year ago

Can you please tell where are the pretrained models

jbehley commented 1 year ago

the links to the checkpoints are on the "README.md" of this repository: image

If there is something missing, then let me know. (Or if I got your question wrong)

swapnik-iitkgp commented 1 year ago

Also, while trying to visualise the results obtained by squeezeseg model, I am getting an error that Could not load the Qt platform plugin "xcb" .

On Sat, 15 Jul, 2023, 1:04 am Jens Behley, @.***> wrote:

the links to the checkpoints are on the "README.md" of this repository: [image: image] https://user-images.githubusercontent.com/11506664/253661209-9941b5f0-1ed1-46e1-8ae2-ef94fbd42ad0.png

If there is something missing, then let me know. (Or if I got your question wrong)

— Reply to this email directly, view it on GitHub https://github.com/PRBonn/lidar-bonnetal/issues/106#issuecomment-1636327198, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXX2X23WXBJVW67JS3ZNGD3XQGNK7ANCNFSM6AAAAAA2KNTLIA . You are receiving this because you authored the thread.Message ID: @.***>

jbehley commented 1 year ago

the problem with Qt seems not related to this issue, but I would try to reinstall the pyvis package as this seems to use Qt for visualization. Maybe there is also an option to set the qt backend.

But this seems to be a problem of Qt and google might have an answer.

wwt669 commented 1 year ago

Thanks for your excellent project open source, I would like to ask how to use your own dataset for network training what parameter files need to be modified? @jbehley