SqueezeSegV2
SqueezeSegV2 copied to clipboard
Implementation of SqueezeSegV2, Improved Model Structure and Unsupervised Domain Adaptation for Road-Object Segmentation from a LiDAR Point Cloud
Hi, thank you for sharing this outstanding project. It is very kind of you to provide the link for downloading the projected dataset. However, I need the synthetic raw dataset...
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Hi, Bichen Wu. Firstly, thank you for your brilliant work! I looked up your code but didn't find the implement of geodesic loss. In which part is the implement of...
Training on GPU is not working for me by setting -gpu 0,1,2 command line options. **./scripts/train.sh -gpu 0 -image_set train -log_dir ./log/** I'm running SqueezeSegV2 on a conda virtual environment...
In your paper, you add a Geodesic Correlation Alignment and Progressive Domain Calibration to deal with domain adaptation. But I can not find it in your code. Could you provide...
Hi @xuanyuzhou98, I submitted the data request several days ago and I still have not heard back. Is the dataset available somewhere to download or are there previous copies? Thank...
I do have converted dataset from VLP16 lidar. but code says its currently it supports only KiTTI dataset. how can i run the code for my own data set?? Please...
Hey everybody, I am a newbie with Ubuntu but I tried searching Google for this, I'm confused on what I'm supposed to do after cloning the repository here. How am...