-
### Issue Type
Others
### OS
Ubuntu
### OS architecture
x86_64
### Programming Language
Python
### Framework
PyTorch, ONNX
### Description
How do you convert the pytor…
-
作者你好,
我看了您的tusimple数据集的配置文件,对验证集和测试集为什么都选用tusimple数据集的test_gt.txt产生了疑问。按照通常来做,不应该验证集选val_gt.txt,测试集选test_gt.txt,如果验证集和测试集都选择同一个,那个保存的模型对测试集就不是‘未知’的了,那么是否会因为过拟合而造成结果不准确呢?期望你的解答
-
Hi, recently I used SST to train on nuScenes dataset. Everything worked fine in the beginning. But after several epchos, I got nan in bbox_loss and dir_los. And I found that the loss is caused by inf…
-
@MaybeShewill-CV
您好,我在调用 tools/generate_tusimple_dataset.py 将原始数据转换格式时出现了问题,TypeError: expected str, bytes or os.PathLike object, not NoneType,这个 path = os.fspath(path)的路径怎样设置啊,数据集需要放到代码的training_da…
-
Hello, first of all, thank you so much for your work!
I noticed that there are two models, one for TuSimple and one for CULane. The two models have different row anchors and gridding numbers. Is it…
-
Dear author, have you try about lane classification using LaneNet? We had a new project about lane detection and classification, so have you process some multi-class lane before? If so, could you shar…
-
I just follow the instruction to test LSTR, but I got this error(I just copy the cache/nnet/LSTR/LSTR_500000.pkl --> cache/tusimple_['test_label'].pkl ):
(lstr) xxxxxxxxx:~/work/lane/TuSimple/LST…
-
It seems that your code doesn't support distributed training. I’m trying to translate your code to mmdetection? I have some doubts:
1. How much does the hard sampling improve the final performance?
…
-
Hi, @tianweiy Great work. For nuScenes, I find the two_stage.py file for the second-stage backbone, while didn't find corresponding network config file, data processing, evaluation code, and calling f…
-
I faced this error when trying to fine-tune the model from `tusimple_18` weights. I set `num_lanes` to 2 and I am training on a custom dataset. Previously, I had successfully trained the model on my c…