ZecCheng

Results 9 comments of ZecCheng

open-mmlab/OpenPCDet$ python setup.py develop running develop /opt/sdatmp/lcx/anaconda/envs/open-mmlab/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. EasyInstallDeprecationWarning, /opt/sdatmp/lcx/anaconda/envs/open-mmlab/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and...

> did you solve the problem? cause i have faced the same problem like you before~ can you share some idea about this nccl Time-out error. btw, my environment is...

File "tools/create_data.py", line 237, in max_sweeps=args.max_sweeps) File "tools/create_data.py", line 84, in nuscenes_data_prep with_bbox=True) File "/opt/lcx/project/AutoAlignV2/tools/data_converter/create_gt_database.py", line 324, in create_groundtruth_database object_img_patches = crop_img_patch_with_box_v2(gt_boxes, example['img']) File "/opt/lcx/project/AutoAlignV2/tools/data_converter/create_gt_database.py", line 129, in crop_img_patch_with_box_v2 img_patch...

thanks a lot for your prompt answer~ so in [crop_img_patch_with_box”] function, i may just filter other views like this? `if(num_img ==0) img_patch = org_img_list[0][y1:y1 + h, x1:x1 + w] img_patches.append(img_patch)`...

Thans a lot for your in-time reply, I will try then and re-comment below if there are any issues~ > mmdet3d version is 0.16.0, and I think pytorch version is...

My environment lists below: `sys.platform: linux Python: 3.7.16 (default, Jan 17 2023, 22:20:44) [GCC 11.2.0] CUDA available: True GPU 0: NVIDIA GeForce RTX 3090 CUDA_HOME: /usr/local/cuda-11.0 NVCC: Build cuda_11.0_bu.TC445_37.28358933_0 GCC:...

> Hello, I preprocess nuscenes datasets by "python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0".The following error occurred: ![555](https://user-images.githubusercontent.com/8881222/209177447-71ea53a0-1dd5-4ebf-9c78-09759dbb7eb0.png) > > My python environment is: cuda 11.1,...

> "My python environment is: cuda 11.1, python 3.7.15, pytorch1.7.1, mmcv-full1.4.0, mmdet2.14.0, mmdet3d0.16.0(in the current project)" Hey,zehui, is this environment works well for your project? Actually, I wonder which mmdet3d...

Thanks for your reply!I checked for this website —— Installation - Pillow (PIL Fork) 9.3.0.dev0 documentation and found that python 3.9 only supports pillow >=8.0. I will try pillow 8.0 later. Chauncy...