Bin-ze / BEVFormer_segmentation_detection

Implemented BEVFormer support for BEV segmentation
Apache License 2.0
98 stars 9 forks source link

Train file error #11

Closed Alex-fishred closed 10 months ago

Alex-fishred commented 10 months ago

我在bevformer_small_seg_det_300x300.py 設定發現缺少epoch_19.pth 請問我要重新訓練的話load_from 應該要替換成甚麼? 另外我想知道load_from 在這裡代表我們的模型會接續預訓練模型的框架嗎? 如同有些project會使用pretrain模型的概念? image image

Alex-fishred commented 10 months ago

我已從官方文件得知load_from 是使用pretrain模型,那我這邊該替換成甚麼?

Alex-fishred commented 10 months ago

新進展 我透過bevformer_small_seg_det_300.pth作為pretrain model成功訓練 image