Open yancie-yjr opened 2 years ago
I met the same problem, how did you solve it?
I met the same problem, how did you solve it?
upgrade the nuscenes-devkit pip install --upgrade nuscenes-devkit
btw,are you trying to revive the job? If so, can we communicate with each other?
I met the same problem, how did you solve it?
upgrade the nuscenes-devkit pip install --upgrade nuscenes-devkit
btw,are you trying to revive the job? If so, can we communicate with each other?
Yes, I'm trying to involve it in ROS simulation, I'm happy for any discussion
I met the same problem, how did you solve it?
upgrade the nuscenes-devkit pip install --upgrade nuscenes-devkit btw,are you trying to revive the job? If so, can we communicate with each other?
Yes, I'm trying to involve it in ROS simulation, I'm happy for any discussion
I am now trying to reproduce this work. I am curious about the motion update branch, especially how to implement update if multiple frames are lost. The update here seems to only predict the detection target in the previous frame, but How to predict when multiple frames are lost. The results of the paper show the prediction results when multiple frames of the vehicle are lost. Do you understand how this operates or what part of the code is there?
I used the default model to eval, but triger a warming and a AssertionError, sincerely look forward to your answer. Also, when will you release the full version of the code?
python ./tools/val_nusc_tracking.py examples/point_pillars/configs/nusc_all_pp_centernet_tracking.py --checkpoint model_zoo/simtrack_pillar.pth --work_dir /data/simtrack_output/
Use HM Bias: -2.19) found for signature:
====== Loading NuScenes tables for version v1.0-trainval...
23 category,
8 attribute, 4 visibility, 64386 instance,
12 sensor,
10200 calibrated_sensor,
2631083 ego_pose,
68 log,
850 scene, 34149 sample,
2631083 sample_data,
1166187 sample_annotation,
4 map,
Done loading in 135.2 seconds.
======
Reverse indexing ...
Done reverse indexing in 10.4 seconds.
======
/data/simtrack/det3d/core/bbox/geometry.py:160: NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "points_in_convex_polygon_jit" failed type inference due to: No implementation of function Function(
There are 22 candidate implementations:
Overload of function 'getitem': File:
No match.
Rejected as the implementation raised a specific error:
NumbaTypeError: unsupported array index type list(int64)
During: typing of intrinsic-call at /data/simtrack/det3d/core/bbox/geometry.py (179)
File "det3d/core/bbox/geometry.py", line 179:
def points_in_convex_polygon_jit(points, polygon, clockwise=True):