SqueezeSegV3 icon indicating copy to clipboard operation
SqueezeSegV3 copied to clipboard

Results 20 SqueezeSegV3 issues
Sort by recently updated
recently updated
newest added

请问下squeezesegv3模型能转成onnx模型吗

Hi @chenfengxu714 . Great work again..! I'm here after looking at your image2point repo. I felt this paper is more complete currently, hence wish to try out this work on...

Hello, thank you so much for your great work, it is really insightful! May I ask what is the difference between the different versions of the pretrained weights in both...

您好,我用您的segv3训练了一批自己的数据,19分类(包括背景类),比Kitti.yaml中少一类,改了dataloader后输入输出的维度均已对齐,但损失函数报错,希望得到您的帮助 in_vol([16,5,64,2048]), output([16,20,64,2048]), proj_labels([16,64,2048]),self.loss_w([19]),请问还有什么地方需要修改的吗? proj_labels = proj_labels.squeeze(1).cuda(non_blocking=True).long() [output, z2, z3, z4, z5] = model(in_vol, proj_mask) loss = criterion(torch.log(output.clamp(min=1e-8)), proj_labels)+\ criterion(torch.log(z5.clamp(min=1e-8)), proj_labels_5)+\ File "/home/penglei/anaconda3/envs/segv3/lib/python3.8/site-packages/torch/nn/modules/loss.py", line 213, in forward return F.nll_loss(input, target,...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 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...

dependencies

that's a great work, thanks but what tool you use in Visualize results of SqueezeSegV3 video can you give me some advice? thanks

Question about dataloader Hi, I have used your framework with great pleasure and I was able to retrain the network with my custom dataset going to obtain excellent performances on...

Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 4.1.0.25 to 4.2.0.32. Release notes Sourced from opencv-contrib-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies