Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing Log file #14

Open
jhkwag970 opened this issue Feb 25, 2024 · 0 comments
Open

Sharing Log file #14

jhkwag970 opened this issue Feb 25, 2024 · 0 comments

Comments

@jhkwag970
Copy link

jhkwag970 commented Feb 25, 2024

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant