hou-yz / MVDet

[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
https://hou-yz.github.io/publication/2020-eccv2020-mvdet
165 stars 29 forks source link

how to show ground plane? #8

Closed Hieuslecong closed 2 years ago

Hieuslecong commented 2 years ago

I'm running the code and don't know how to show the ground plane. can you show me how to show it. how can i extract the .jeson files in annotations_positions. Thanks you very much.

hou-yz commented 2 years ago

Hi, Thank you for your interest. However, I don't understand your question. What do you mean by 'show the ground plane'? Visualization? Then please read the code for visualizations in our eccv paper. What json files do you mean? Json files in datasets are directly provided. Datasets are either directly downloaded (wildtrack) or not the focus of this repo (multiviewx). Yunzhong

Hieuslecong commented 2 years ago

thanks for your reply. In this article I see that in the Overview section there are 7 cameras of 2 datasets and a window showing 'ground plane' I don't know how to display it. and i got a small error in line 84 https://github.com/hou-yz/MVDet/blob/32554fb63a044c33ca79fe85c0ea87a2d5d67ca3/multiview_detector/datasets/MultiviewX.py#L84 it gives error('NoneType' object has no attribute 'squeeze') can you show me how to fix it. Thanks a lot for your feedback.

hou-yz commented 2 years ago

sorry but I run on multiple platforms and none return any error at L84 in that file. can you make sure you downloaded the correct dataset? what code do you run?

Hieuslecong commented 2 years ago

i am running MVDet with download file checkpoints MVDet_checkpoints.zip dataset MultiviewX I run video_visualize.py files and get that error

hou-yz commented 2 years ago

can you just run main.py and specify -d multiviewx?

Hieuslecong commented 2 years ago

can you show me how to show 'ground plane' in Overview Or I run main.py and it will show me

Hieuslecong commented 2 years ago

There may be a problem with my computer. sad

hou-yz commented 2 years ago

yes, video_visualize.py provides visualization. but I just don't have any error from video_visualize.py.

please make sure you have correctly setup the dataset. it seems to me that you just have not prepared the datasets correctly, as the error from L84 in mutltiviewx.py might be called from L24, where python makes the first attempt at reading anything from that dataset folder.

Hieuslecong commented 2 years ago

Thanks for your feedback. I will review my data.