Aviv Shamsian

Results 21 issues of Aviv Shamsian

Hi, I'm afraid there is a discrepancy over the manual annotation files. If we take for example dir `0/3596` the folder contains `41` images as it should according to the...

How can I save the detected video? I am using ` video_detect.append(frame)` instead of `cv2.imshow("frame",frame)` to collect the detected frames. I tried to combine them to video using the following...

I'm trying to inference HRNet with Volleyball dataset to extract pose keypoints. Since the dataset is annotated with manual BBs. I did slight modifications for the `demo/inference.py` file and the...

Can anyone specify what is the BB format expected by HRnet? is it `(x1,y1,x2,y2)` or `(x,y,w,h)` Are the BBs should be normalized by the image `w,h` or to use absolute...

Hi All, Thank you for this great repo! To make this discussion easier lets take for example file `000080.json` which lies under `/data/once/data/000080`. When loading this file it contains 3...

Hi All, Thank you for your excellent work! I have 2 questions: 1. You request to organize the dataset as follow: ``` ONCE_Benchmark ├── data │ ├── once │ │...

Hi All, Thank you for this wonderful repo! We want to use OpenPCDet with ONCE dataset, do you plan to support it? If not do you have documentation / tutorial...

stale

Hi All, Thank you for this wonderful repo! Do you support multimodal models (point clouds + RGB)? if not do you have a pipeline / dataloader we can use for...

Hi All, Thank you for your amazing work and repo! I'm trying to inference the open vocab model by some random image. I followed the installation instructions and completed them...

Hi, Thank you for releasing the code + dataset, awesome work. Can you please share file / any reference on which model_id were used for each split train/test? I want...