FanglinBao / HADAR

This is an LWIR stereo-hyperspectral database to develop HADAR algorithms for thermal navigation. Based on this database, one can develop algorithms for TeX decomposition to generate TeX vision. One can also develop algorithms about object detection, semantic or scene segmentation, optical or scene flow, stereo depth etc. based on TeX vision instead of traditional RGB or thermal vision.
MIT License
164 stars 26 forks source link

How to get the results of Tex Vision when validate? #7

Closed cuge1995 closed 10 months ago

cuge1995 commented 1 year ago

can you opensource the code to run

python main.py --ngpus 1 --backbone resnet50 --data_dir ../ --workers 8 --epochs 40000 --checkpoint_dir supervised_check_crop --lr 1e-3 --weight-decay 1e-3 --train_T --train_v --no_log_images --eval_every 500 --res full --batch-size 10 --seed 42 --resume (trained model checkpoint) --eval

to see the tex vision results?

FanglinBao commented 1 year ago

Please use the matlab code package to visualize the results (TeX.distillX, and TeX.Vision). See instructions in the mainTeX.m file.