-
1. [Binary Relevance Efficacy for Multilabel Classification](https://link.springer.com/article/10.1007/s13748-012-0030-x) > https://github.com/Gin04gh/datascience/issues/6#issuecomment-419388287
1. […
-
Hi thanks for your great works ! @winstywang @ziqipang
I am trying to implement on my own dataset and kitti dataset. The detection results output "X, Y, Z, H, W, L, theta" and so does KITTI datase…
-
I ran the program with the command "$ python main.py test --exp_name laneatt_r34_tusimple --view all" and pressed a key to go through all the result images, but an error occurs when it progressed to t…
-
PS C:\Users\MINHOO\Desktop\lanedet-main> python setup.py build develop
C:\Users\MINHOO\AppData\Local\Programs\Python\Python38\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarnin…
-
@MaybeShewill-CV hello sir.
I am planning to train the lanenet with the vgg backbone on my own dataset.
I converted my dataset to tfrecords and can start training succesfully.
But just it saves bi…
-
Hi,
I am trying to train two classes - Lane and Curbs using bisenetv2
I labelled lanes as 1, curbs as 2 in the binary_seg mask
I have set NUM_CLASSES: 2, FRONT_END: 'bisenetv2' in tusimple_lanenet…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePa…
-
hello ,thanks for you work.i got error when train with tusimple dataset.i hava generate dataset label by
```python
python tools/generate_seg_tusimple.py --root $TUSIMPLEROOT
```
but i got this er…
-
I have a dataset in tusimple format but with lane class labels like white-dashed, white-solid, yellow-solid. Do you have any suggestions on how to modify the network heads and loss function?
-
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-12'
/home/dell/anaconda3/envs/lanedet_v1/lib/python3.8/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer a…