Kaggle_PKU_Baidu icon indicating copy to clipboard operation
Kaggle_PKU_Baidu copied to clipboard

Kaggle_PKU_Baidu

Results 8 Kaggle_PKU_Baidu issues
Sort by recently updated
recently updated
newest added

checkpoint = load_checkpoint(model, '/pretrained_model/Jan29-00-02_epoch_261_serialized_ssd-4094ffb2.pth', map_location='cpu') The model and loaded state dict do not match exactly unexpected key in source state_dict: fc_car_cls_weight.weight, fc_rot_weight.weight, fc_translation_weight.weight these keys have mismatched shape: +------------------------------------+----------------------+-------------------------+ |...

Hi, I'm trying to run your model for a university project, but I can't figure out how to configure your code to use your pre-trained weights. Do I use 'cfg.load_from'...

Thank you very much for being able to open source project. I encountered some problems in the process of learning the project, and I hope to get your help. I...

I am very interested on your work. I have used your dockerfile to start applying your git. However, mmcv was not installed. It seems like a version problem and I...

I have found the monocular imaged interface based on Kitti3D, however, I didn't find the network architecture to be suitable for the Kitti3D. Hence, could I run the code in...

您好,我使用您提供的权重文件Jan29-00-02_epoch_261_serialized_ssd-4094ffb2.pth进行测试, 在终端中运行`python test_kaggle_pku.py`之后显示`Writing submission csv file to: /home/shi/data/Kaggle_pku/checkpoints/checkpoints_Jan29-00-02_epoch_261_serialized_ssd-4094ffb2__conf_0.9.csv`,然后我将输出的.csv文件直接上传到kaggle比赛的网站,但是结果却是很低 在(私人/公共排行榜)上达到0.013 / 0.013,没有达到您那么高的分数,希望在您百忙之中给予解答,谢谢。

您好,我在configs/htc/htc_hrnetv2p_w48_20e_kaggle_pku_no_semantic_translation_wudi.py文件中,想要使用kaggle的数据集train.csv,于是将config.data.train代码改成如下: `data = dict( imgs_per_gpu=1, workers_per_gpu=2, train=dict( type=dataset_type, data_root=data_root, #ann_file='/data/cyh/kaggle/kaggle_apollo_combine_6692.json', # ann_file=data_root + 'apollo_kaggle_combined_6725_wudi.json', ann_file='/data/Kaggle/pku-autonomous-driving/train.csv', # 6691 means the final cleaned data img_prefix=data_root + 'train_images/', pipeline=train_pipeline, rotation_augmenation=True),` 但是产生错误: `runfile('/home/shi/data/Kaggle_pku/tools/train_kaggle_pku.py', wdir='/home/shi/data/Kaggle_pku/tools')...

您好,又来给您添麻烦了,我又遇到了两个问题 1. 我已经将Configurations和Dataset setup(使用的是您提供的kaggle_apollo_combined_6691_origin.json)都已经配置好 由于我只有单GPU所以,Running 单GPU-train code (python train_kaggle_pku.py),但是产生错误 ``` 2020-03-14 23:07:57,375 - INFO - Distributed training: False 16%|█▋ | 13/79 [00:00