-
def init_args():
"""
:return:
"""
parser = argparse.ArgumentParser()
parser.add_argument('--dataset_dir', type=str, help='The training dataset dir path', default = 'F:/Tus…
-
I tried to use your pretrained model laneatt_r34_tusimple and do inference on the kitti object detection dataset (374 x 1220). As expected the results seem to be terribly bad.
![Capture](https://use…
-
tusimple model predict on another dataset seems weired
![image](https://user-images.githubusercontent.com/21303438/101466388-0ce51600-397c-11eb-8927-4682f9eda314.png)
what missed here?
-
I just tested the performance,and the result seems not that fast,just about 100fps. Is there something wrong with the testing method?Here's the testing code below.
speed_simple
```python
im…
-
when I executed this:
`python3 test.py --exp_name tusimple --cfg config.yaml --epoch 2695`
[2021-03-09 08:49:42,416] [INFO] Starting testing.
[2021-03-09 08:49:42,583] [ERROR] Uncaught exceptio…
-
您好,复现成功了,感谢您的工作!
我想请问一下如果想在自己的数据集上进行训练和测试,应该如何将数据集改成类似图森的格式呢,然后再传入模型训练。
foxkw updated
3 years ago
-
Hello, can you give me the dataset? There is no dataset in the download link.
-
@MaybeShewill-CV bisenetv2训练后预测结果如下图:(好像有波纹一样的边缘)
![image](https://user-images.githubusercontent.com/3377021/91426175-b6514180-e88e-11ea-8608-6e28162a271b.png)
想要改进一下,有什么建议吗?
-
Thanks, Great and meaningful work!I have got a good result on Tusimple dataset. Have you trained model on CULane datasets?How does it performs on CULane datasets?I am glad to provide a little help as …
-
Thanks for your code!
I want to know how long did it take to train 500000 iterations(Tusimple dataset).
Thank you!