Sangjun Lee
Sangjun Lee
Even though I have installed ptflops using pip, I cannot train by this problem.. ~/BtcDet/tools$ python3 train.py --cfg_file ./cfgs/model_configs/btcdet_kitti_car.yaml --output_dir ../output/kitti_car/ --batch_size 2 --gpu_str "0" Traceback (most recent call last):...
I want to train model using my own dataset. But my dataset is so small, so I want to know how to do transfer learning with freezing backbone layer. Is...
I already have a code for converting SUSTechPOINTS label format to KITTI label format, but SUSTechPOINTS label format was updated and my code is not avaliable now.. So is there...