-
Notifications
You must be signed in to change notification settings - Fork 158
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
What is your environment for testing your model? #64
Comments
Dear @lxtGH, My setup is CUDA 11.2.2 with tf 2.5.0. I don't need to do any changes. I get the same layout error, but everything still runs fine. The following example is the Motion-DeepLab trained on KITTI checkpoint that we provide evaluated on KITTI:
I don't have access to a RTX-3090, so I am unable to verify that It runs there too.
Could you provide your full config as well as full log when you evaluate with unchanged code? |
@markweberdev Hi! still can not reach the results. But Could you report class-wised iou or PQ for us to reference ? |
That's unfortunate. I can eval that for you, could you please specify whether you would like to have per class PQ scores from Panoptic-DeepLab or Motion-DeepLab on KITTI-STEP? |
Hi! @markweberdev Thanks for your reply. I want to obtain the results of both Panoptic-Deeplab and Motion-Deeplab. Thanks for that. |
Please find the class wise scores attached. Please note, that the results are obtained with a ResNet50 os32 backbone. |
@markweberdev Hi! Mark. I found there 11095 images in test set on Kitti STEP test set. But in your paper the number is 10173. |
@lxtGH Thanks a lot for pointing this out. You are right, it's 11095. I will correct it in the paper! |
@markweberdev Hi! Mark In Tab-3, what is window size for VPQ caculation ? According to your csv file result, I believe VPQ = PQ where k =1. |
Hi, I am unsure how you get to these insights. PQ scores are naturally higher than VPQ (by design they can’t be higher). With a window size of k=0 all baselines (B1-B3) would have had the same result, which is not what we reported in the paper. We used the default setting of VPQ, as introduced in their paper. VPQ is averaged over K=4 different window sizes (0, 1, 2, 3 labelled images). As cityscapers-vps has only every 5th frame labelled this corresponds to their (0, 5, 10, 15) setting. Hope that helps. Best, |
@markweberdev Thank for your reply !! I found VPQ of KITTY STEP changes are not as much as Cityscapes-VPS. Is the reason that STEP has less things (2 vs 8 in Cityscape) ? |
Hi @lxtGH, KITTI-STEP builds on top of KITTI-MOTS (which contains two I am closing the issue, but please feel free to reopen it if you have any more questions. Cheers, |
Dear authors:
Hi! Thanks for opensourcing this repo.
I meet several problems for runing this repo.
I got stuck when performing evaluation process according to the issue. #58
I make such change to run you model ().
I download the MotionDeeplab ckpt from this repo. I perform the evaluation process.
but the results are nearly zero.
Has anyone successfully run this repo????
I doubt it maybe enviroment problems.
I use RTX-3090 with tf2.5 cuda 11.1.
The text was updated successfully, but these errors were encountered: