-
when i run python main.py test --exp_name laneatt_r34_tusimple
it has an error :
[2021-12-03 10:09:31,500] [lib.runner] [INFO] Loading model experiments/laneatt_r34_tusimple/models/model…
-
I have a custom video and would like to test the trained model on it.
I've ran speed_real.py and got the following:
pracrical image input size: (720, 1280, 3)
pracrical tensor input size: torch…
-
Hello. its me again.
I managed to visualize data for the CULane and TuSimple dataset. However I ran into trouble trying to do so for the LLAMAS dataset.
First thing I did is python main_landet.…
-
Hello, I am very interested in your research results. My own lane line data set has been converted to tusimple style. How can I use my own data set for training? Thank you!
NARRZ updated
2 years ago
-
Hello,
How to generate segmentation labels for tusimple data?Because of the self generated label training, the accuracy ACC is very low, only 0.665. Use:python main_landec.py --epochs=50 --lr=0.…
-
Hello @cfzd,
thank you for such amazing work.
I want to know if there are any methods to extract the array of detected lane pixels? As I want to try to calculate the lane curvature using the d…
-
I tried to train the model on CurveLanes. I changed some parameters, and then this error occurred.
loading all datasets TUSIMPLE...
using 4 threads
loading from cache file: ./cache/tusimple_['tra…
-
Hello:
pytorch-auto-drive/torchvision_models/common_models.py 341 line: output = F.softmax(output, dim=1)。
Hello, why didn't you add the BN layer before the softmax function? In addition,…
-
The installation instructions describe installing generally the packages:
```bash
pip install tqdm ujson tensorboard imageio opencv-python pyyaml thop Shapely p-tqdm scipy sklearn filetype
```
…
-
thanks for your great work!!!
i have some questions. i notice lots of model that used Tusimple trained has small batch_size,such as 8, 4, 16, could you tell me why don`t you use more higher batch_si…