A deeply supervised image fusion network for change detection

A-deeply-supervised-image-fusion-network-for-change-detection-in-remote-sensing-images A deeply supervised image fusion network for change detection in high resolution bi-temporal remote sensing images深度监督影像融合网络DSIFN用于高分辨率双时相遥感影像变化检测Official implement of the Paper:A deeply supervised image fusion network for change detection in high resolution bi-temporal remote sensing images. If you find this work helps in your research, please consider citing: 论文《A deeply supervised image fusion network for change detection in high resolution bi-temporal remote sening images》的官方模型代码。如果该代码对你的研究有所帮助,烦请引用: Zhang, C., Yue, P., Tapete, D., Jiang, L., Shangguan, B., Huang, L., & Liu, G. (2020). […]

Read more

Feedback Transformer and Expire-Span with python

This repo contains the code for two papers: Feedback Transformer Expire-Span The training code is structured for long sequential modeling with Transformer-like architectures. Requirements You will need a CUDA-enabled GPU to run the code. Setup Run the following: pip install -r requirements.txt Feedback Transformer Introduced in Addressing Some Limitations of Transformers with Feedback Memory. Running Experiments from the Paper enwik8 Model Params Valid Test Feedback Transformer 77M 0.984 0.962 Numbers are Bits-Per-Character bash experiments/feedback/enwik8.sh Algorithmic Model 3 Variable 5 Variable […]

Read more

Multilingual Unsupervised Sentence Simplification by Mining Paraphrases

Multilingual Unsupervised Sentence Simplification Code and pretrained models to reproduce experiments in “MUSS: Multilingual Unsupervised Sentence Simplification by Mining Paraphrases”. Prerequisites Linux with python 3.6 or above (not compatible with python 3.9 yet). Installing git clone [email protected]:facebookresearch/muss.git cd muss/ pip install -e . # Install package python -m spacy download en_core_web_md fr_core_news_md es_core_news_md # Install required spacy models How to use Some scripts might still contain a few bugs, if you notice anything wrong, feel free to open an issue […]

Read more

Radar-to-Lidar: Heterogeneous Place Recognition via Joint Learning

radar-to-lidar-place-recognition This page is the implementation of a pre-print, implemented by PyTorch. If you have some questions on this project, please feel free to contact Huan Yin [email protected] . Method Data The files in matlab/RobotCar_data and matlab/MulRan_data can help you generate scancontext of radar and lidar submaps. Also, the generation of lidar submaps is included. Training The train_disco_lidar_quad.py is used for training lidar-to-lidar DiSCO. The train_disco_radar_quad.py is used for training radar-to-radar DiSCO. The train_joint_radar_lidar.py is used for training L2L, R2R […]

Read more

Editing Conditional Radiance Fields With Python

Editing Conditional Radiance Fields Editing Conditional Radiance FieldsSteven Liu, Xiuming Zhang, Zhoutong Zhang, Richard Zhang, Jun-Yan Zhu, Bryan RussellMIT, Adobe Research, CMUin arXiv:2105.06466, 2021. Editing Results Color Editing Our method propagates sparse 2D user scribbles to fill an object region, rendering the edit consistently across views. The user provides a color, a foreground scribble for the region to change, and a background scribble for regions to keep unchanged. To conduct the edit, we optimize a reconstruction-based loss to encourage the […]

Read more

A tool installer that is specially made for termux user

Lazymux Lazymux is a tool installer that is specially made for termux user which provides a lot of tool mainly used tools in termux and its easy to use, Lazymux install any of the given tools provided by it from itself with just one click, and its often get updated. Feature Tool InstallationInstall Single Toollzmx > set_install 1Install Multi Toollzmx > set_install 1 2 3 4Install All Toollzmx > set_install @ Default Dir InstallOn lazymux.conf replace symbol ~ with directory […]

Read more

An open-source tool for writers build with python

Manuskript Manuskript is an open-source tool for writers. Manuskript runs on GNU/Linux, Mac OS X, and Windows. Features Manuskript provides a rich environment to help writers create theirfirst draft and then further refine and edit their masterpiece.With Manuskript you can: GitHub https://github.com/olivierkes/manuskript    

Read more

Backend for the Vaccine Hunters Finder tool with python

VaxFinder – Backend The backend for the Vaccine Hunters Finder tool. Development Prerequisites Python 3.8 Poetry: A tool for dependency management and packaging. Access to VaxFinder’s Microsoft SQL Server database hosted on Azure. Please message Patrick or Evan for access. Installation Install the unixODBC library if you are on a linux environment as it’s required for pyodbc (hence aioodbc). You can install it using your package manager, for example: $ sudo apt-get install unixodbc $ sudo apt-get install unixodbc-dev Install […]

Read more

Creates fake JSON files from a JSON schema

jsf Use jsf along with fake data generators to provide consistent and meaningful fake data for your system. Use jsf along with fake data generators to provide consistent and meaningful fake data for your system. Main Features Provides out of the box data generation from any JSON schema 📦 Extendable custom data providers using any lambda functions 🔗 Multi level state for dependant data (eg multiple objects sharing value, such as children with same surname) 🤓 Inbuilt validation of fake […]

Read more
1 532 533 534 535 536 927