KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
DBCTNet
★ 20
Open GitHub ↗
The pytorch implement of DBCTNet
Download README (.md)
Explore Similar Repositories
HerbertV1
:
A working FE Bypass for all Roblox clients
XhitReport
:
用于快速生成漏洞报告
accessToken-to-apiKey
:
将chatgpt的access token代理成api key,请求时会将key自动转换为access token
fabric-edit-image
:
No description available.
IDM-Activator
:
To Activate IDM(Internet Download Manager)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DBCTNet
?
Download (.md)
# DBCTNet ## DBCTNet: Double Branch Convolution-Transformer Network for Hyperspectral Image Classification "DBCTNet: Double Branch Convolution-Transformer Network for Hyperspectral Image Classification" has been accepted by TGRS in Feb 2024. This is a pytorch implementation of DBCTNet. ## Requirements To install the required dependencies, please run the following command: ``` bash cd DBCTNet pip install -r requirements.txt ``` ## Train and test To run the program, please execute the script below: ```bash sh run.sh ``` ## Others You can add your own HSI dataset to data/ and modify the train_test.py to train DBCTNet on your own dataset. The weight of model will be saved at weights/. ## Citation If you find our work useful, please cite it as follows: ```bibtex @ARTICLE{DBCTNet, author={Xu, Rui and Dong, Xue-Mei and Li, Weijie and Peng, Jiangtao and Sun, Weiwei and Xu, Yi}, journal={IEEE Transactions on Geoscience and Remote Sensing}, title={DBCTNet: Double Branch Convolution-Transformer Network for Hyperspectral Image Classification}, year={2024}, volume={62}, number={}, pages={1-15}, keywords={Feature extraction;Transformers;Convolution;Three-dimensional displays;Convolutional neural networks;Kernel;Standards;Convolutional neural networks (CNNs);hyperspectral image (HIS) classification;multiscale;Transformer}, doi={10.1109/TGRS.2024.3368141}}