zhzxlcc

Results 7 comments of zhzxlcc

Thanks for you reply. Yes, the network has a 42 epe error with respect to the disparity and disparity change. Since ./configurations/sceneflow.json lacks the keys and parameters for training mode,...

Sorry to bother you again~ With the help of you, I have almost achieved the same performance on Flyingthings3D. However, when trying to finetune the model on KITTI just with...

Thanks a lot! I still have problems about the performance on KITTI dataset. The error is far from the normal value. I'll check it. Thanks for your attention to this...

In fact, I create txt for kitti_170 split according to your kitti_160.txt and use the last 30 pictures as validation. And do you mean I should modify "NN as interpolation"...

Thanks for your attention. For valuation, I use the KITTI official code implemented in MATLAB. By the time, I got the OCC results for 30 valuation set as follows: F1-22%,D1-4%,D2-9%(All)....

i come to this problem while loading this model: model, vis_processors, text_processors = load_model_and_preprocess("blip2_image_text_matching", "pretrain", device=device, is_eval=True) File "/home/user/anaconda3/envs/lavis/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 1825, in from_pretrained return cls._from_pretrained( File "/home/user/anaconda3/envs/lavis/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 1988, in...

I download the bert_config manually and set the filepath in LAVIS/lavis/models/blip2_models/blip2.py. `tokenizer = BertTokenizer.from_pretrained(pretrained_dir, truncation_side=truncation_side)` I can run blip2_image_text_matching.ipynb now. If you still have the problem, I'll check the changes...