Kui Xu

Results 19 comments of Kui Xu

Yes, it is. Have you tried?

I have solved it. See issue23. May that would help you. #23

@SimJeg Thanks for your detailed description of the dataset loader so that I can repeat it.

Hi, @Thatfreesky I have trained the code successfully by using [fvisin/dataset_loaders](https://github.com/fvisin/dataset_loaders), and I put my modified code at #23. You can try it. Hopes that could help you.

@youngfly11 I have done some modification on the training code(train.py). After I installed [fvisin/dataset_loaders](https://github.com/fvisin/dataset_loaders), I just changed the code at line 28. Change ``` X, Y = iterator.next() ``` into...

@wlwsea , Sorry, I just update the code that I presented above. The correct one is : ``` xsubset, xraw_data, Y, X, xfilenames = iterator.next().values() ``` not ``` xsubset, xraw_data,...

> 你好,作者: > > kitti数据集testing的文件结构和github给的一样,我把自己的测试集结果pred 传上去之后执行python kitti_object.py --show_lidar_with_depth --img_fov --const_box --vis --show_image_with_boxes --ind 1 --pred 会报错:Traceback (most recent call last): File "kitti_object.py", line 979, in assert os.path.exists(args.dir + "/" +...

> > 你好,作者: > > kitti数据集testing的文件结构和github给的一样,我把自己的测试集结果pred 传上去之后执行python kitti_object.py --show_lidar_with_depth --img_fov --const_box --vis --show_image_with_boxes --ind 1 --pred 会报错:Traceback (most recent call last): File "kitti_object.py", line 979, in assert os.path.exists(args.dir + "/"...

Hi, @Madelinehazel , have you solved this problem? I received the same error, details as follows: ``` Traceback (most recent call last): File "seqnet.py", line 442, in main() File "seqnet.py",...