robodrive-24 / toolkit

Official Toolkit for The RoboDrive Challenge
https://robodrive-24.github.io
74 stars 9 forks source link

cannot import name 'track_iter_progress' from 'mmcv.utils' #5

Open shigengtian opened 10 months ago

shigengtian commented 10 months ago

There is an error cannot import name 'track_iter_progress' from 'mmcv.utils' when run the toolkit to prepare data for track-1

Can you share more information about the mm3d version to run the baseline?

robodrive-24 commented 10 months ago

Hi @shigengtian , thanks for your participation in the RoboDrive challenge!

Regarding your question:

Let us know if the above solves your problem!

robodrive-24 commented 10 months ago

Hi Gengtian,

Thanks for your interest in the RoboDrive Challenge!

We've answered your questions on the Github page. Please kindly refer to the Github issue page.

Thanks!

Regards, RoboDriver

On Tue, Feb 13, 2024 at 5:40 AM shi gengtian @.***> wrote:

There is an error cannot import name 'track_iter_progress' from 'mmcv.utils' when run the toolkit to prepare data for track-1

Can you share more information about the mm3d version to run the baseline?

— Reply to this email directly, view it on GitHub https://github.com/robodrive-24/toolkit/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEU7DERCTDGAVZHYFDEM7ALYTNUNZAVCNFSM6AAAAABDGRACWCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTEMZVGE3DSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

eii-shi commented 9 months ago

Hi @robodrive-24 thank you very much!

MrGoldminer commented 8 months ago

and change to 2.0.0rc4 ,will have a error (bev) goldminer@goldminer:~/mmdetection3d/BEVFormer$ python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0-mini --canbus ./data Traceback (most recent call last): File "tools/create_data.py", line 6, in from data_converter.create_gt_database import create_groundtruth_database File "/home/goldminer/mmdetection3d/BEVFormer/tools/data_converter/create_gt_database.py", line 5, in from mmcv import track_iter_progress ImportError: cannot import name 'track_iter_progress' from 'mmcv' (/home/goldminer/miniconda3/envs/bev/lib/python3.8/site-packages/mmcv/init.py)

MrGoldminer commented 8 months ago

and change to 2.0.0rc4 ,will have a error (bev) goldminer@goldminer:~/mmdetection3d/BEVFormer$ python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0-mini --canbus ./data Traceback (most recent call last): File "tools/create_data.py", line 6, in from data_converter.create_gt_database import create_groundtruth_database File "/home/goldminer/mmdetection3d/BEVFormer/tools/data_converter/create_gt_database.py", line 5, in from mmcv import track_iter_progress ImportError: cannot import name 'track_iter_progress' from 'mmcv' (/home/goldminer/miniconda3/envs/bev/lib/python3.8/site-packages/mmcv/init.py)

MrGoldminer commented 8 months ago

还是有这个问题:(bev) goldminer@goldminer:~/mmdetection3d/BEVFormer$ python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0-mini --canbus ./data Traceback (most recent call last): File "tools/create_data.py", line 6, in from data_converter.create_gt_database import create_groundtruth_database File "/home/goldminer/mmdetection3d/BEVFormer/tools/data_converter/create_gt_database.py", line 5, in from mmcv import track_iter_progress ImportError: cannot import name 'track_iter_progress' from 'mmcv' (unknown location)