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, thanks for sharing this very interesting approach ! Is it still possible to get the GTAV dataset ? I heard that there were some issues with TakeTwo...
Hi, I have downloaded this code and am able to successfully run the demo.py file. I am getting the above mentioned error while trying to run the train.sh file as...
How to train on kitti? To be specific, there 2 questions: 1. What does network input which is inside samples directory, it is a array of [64, 512, 5], but...
if i use the typical freeze_graph.py method, it cannot produce the placeholders. I wonder if the fifoqueue causes this question. could you share the frozen script
Hi! Thank you for sharing your work. When I look at the training effect in the tensorboard, the learning rate shows the following trend. The learning rate change is different...
Add some ROS nodes for visualization. A visualize demo picture is updated in README.md.
I try to trian the model with one GPU (TITAN XP with 12G memory) and get tensorflow error: Resource exhausted: OOM. Thus, I want to know how much GPU memory...
Could you check your citing format again? I get errors when cite by latex in bib format. Thanks!
Bumps [joblib](https://github.com/joblib/joblib) from 0.10.3 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....