"### Manuscript in Submission
I am currently in the process of submitting my manuscript to IEEE Transactions on Instrumentation and Measurement. Upon acceptance of the paper, I will update this section with the necessary details. Thank you for your interest and understanding."
- Python 3.8
- Pytorch 1.10
conda create -n nextstereo python=3.8
conda activate nextstereo
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch -c nvidia
pip install opencv-python
pip install scikit-image
pip install tensorboard
pip install matplotlib
pip install tqdm
pip install timm
pip install basicsr
cd causal-conv1d
python setup.py install
cd mamba
python setup.py install
Download Scene Flow Datasets, KITTI 2012, KITTI 2015
Firstly, train network for 24 epochs,
python main_sceneflow.py --attention_weights_only True --logdir ./checkpoints/sceneflow/complete
Use the following command to train model on KITTI (using pretrained model on Scene Flow),
python main_kitti.py --loadckpt ./checkpoints/sceneflow/complete/checkpoint_000023.ckpt --logdir ./checkpoints/kitti
NeXt-Stereo
Generate disparity images of KITTI test set,
python save_disp.py
python save_disp.py