go into the theromitor-ui module and run the command
npm installnpm start
DATASETS USED:
- Trans10K
- RGBT
- python 3
- torch = 1.1.0 (>1.1.0 with cause performance drop, we can't find the reason)
- torchvision
- pyyaml
- Pillow
- numpy
- flask
- flask-cors
pretrained backbone models will be download automatically in pytorch default directory(~/.cache/torch/checkpoints/).
python setup.py develop
#This link contains the pre-trained model for the translab model which detects the transperancy in the image Google Drive Add the checkpoint into the demo directory present inside the backed-module
#This link contains the pre-trained model for the GAN model which generates the IR image from RGB IMAGE Google Drive Add the checkpoint into the checkpoint directory present in the WPS directory present in the backend module of this project.
python3 Server.py
You can route to the upload page of our web app, upload and view the results of our model.