-
这篇论文的结果是在1080ti +TensorRT上对比的,也没说TensorRT采用的什么精度,而DDRNet等是在pytorch上跑的,不能直接比较
-
by follow zhe instruction on website i install the pagkage success
however,when i want to check whether it's right, some wrong happened
it reply that IndexError: list index out of range after …
-
Excuse me, can you send me your training weights?email1428681147@qq.com
-
# Overview
Reading [Simultaneous Object Detection and Semantic Segmentation](https://arxiv.org/abs/1905.02285)
Abstract
> Both object detection in and semantic segmentation of camera imag…
-
Hi, I met a package bug when trying to evaluate the method by 'python train.py --evaluate --snapshot checkpoints/best_cityscapes_checkpoint.pth'
The bug is :
Traceback (most recent call last):
…
Ximoi updated
4 years ago
-
I want to train the encoder model but I encounter the following error:
F0721 17:34:26.930198 1506 math_functions.cu:121] Check failed: status == CUBLAS_STATUS_SUCCESS (11 vs. 0) CUBLAS_STATUS_MAPPI…
-
related paper
|摘要|
|---|
|Semantic image segmentation is a basic street scene understanding task in autonomous driving, where each pixel in a high resolution image is categorized into a set of se…
-
Hello,can you tell me how to calculate Mean class IoU, Mean class accuracy and Mean pixel accuracy of photo2label
-
Great job. Could you also provide the dataset loader and script to train on your dataset (BDD100K) for segmentation? Thanks
-
from keras.backend import tf as ktf fails on keras.__version__ = 2.0.8
therefore the interpolation layer gives an error.
Any solution?