tbv icon indicating copy to clipboard operation
tbv copied to clipboard

Sharing Log file

Open jhkwag970 opened this issue 1 year ago • 0 comments

Hello, Thank you for your great work!

Is it possible that you can share the log file that you generate from rending, training and testing? because I encounter

Traceback (most recent call last):
  File "/research/nfs_yilmaz_15/kwag/map-change-detection/tbv/synthetic_generation/map_perturbation.py", line 279, in create_and_perturb_local_vector_map
    lvm = synthetic_crosswalk_generator.insert_synthetic_crosswalk(lvm, ego_center, window_sz)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tbv/synthetic_generation/synthetic_crosswalk_generator.py", line 422, in insert_synthetic_crosswalk
    ious = [find_xwalk_iou_2d(t_xwalk.get_edges(), proposed_xing_edges) for t_xwalk in lvm.ped_crossing_edges]
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tbv/synthetic_generation/synthetic_crosswalk_generator.py", line 129, in find_xwalk_iou_2d
    xing2_verts = np.vstack(xwalk_2)[:, :2]
                  ^^^^^^^^^^^^^^^^^^
  File "/anaconda3/envs/tbv-v1/lib/python3.12/site-packages/numpy/core/shape_base.py", line 289, in vstack
    return _nx.concatenate(arrs, 0, dtype=dtype, casting=casting)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: all the input array dimensions except for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 2 and the array at index 1 has size 1

And I am not sure this error is intentional or not

Thank you!!

jhkwag970 avatar Feb 25 '24 03:02 jhkwag970