java后台解决跨域问题
2021-10-14 16:00:13 1KB ajax跨域问题 后台解决跨域
1
Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering
2021-10-02 11:25:11 6.03MB denoising
1
The Definitive ANTLR Reference--Building Domain Specific Languages.
2021-09-18 22:30:00 2.44MB The Definitive ANTLR Reference--Building
1
Tensorflow 中的领域对抗神经网络 域对抗神经网络在 Tensorflow 中的实现。 重新创建 MNIST 到 MNIST-M 实验。 使用tensorflow-gpu==2.0.0和python 3.7.4 。 MNIST 到 MNIST-M 实验 生成 MNIST-M 数据集 改编自 要生成MNIST-M数据集,您需要下载 ,并将其放置在./Datasets/BSR_bsds500.tgz 。 运行create_mnistm.py脚本。 或者,如果在目录中找不到,脚本create_mnistm.py将为您提供下载的选项。 python create_mnistm.py 这应该会生成./Datasets/MNIST_M/mnistm.h5文件。 数据集也可在此处获得: 训练 运行DANN.py脚本。 python DANN.py 取消注释#train('so
1
遥感图像分析方面的一本外文书籍,其重要特色在于强调空间邻域分析,郑重推荐。
2021-09-13 11:17:19 12.09MB remote sensing spatial
1
# DDC-transfer-learning A simple implementation of Deep Domain Confusion: Maximizing for Domain Invariance which is inspired by [transferlearning][https://github.com/jindongwang/transferlearning]. The project contains *Pytorch* code for fine-tuning *Alexnet* as well as *DDCnet* implemented according to the original paper which adds an adaptation layer into the Alexnet. The *office31* dataset used in the paper is also used in this implementation to test the performance of fine-tuning *Alexnet* and *DDCnet* with additional linear *MMD* loss. # Run the work * Run command `python alextnet_finetune.py` to fine-tune a pretrained *Alexnet* on *office31* dataset with *full-training*. * Run command `python DDC.py` to fine-tune a pretrained *Alexnet* on *office31* dataset with *full-training*. # Experiment Results Here we have to note that *full-training* protocol, which is taking all the samples from one domain as the source or target domain, and *dowm-sample* protocol, which is choosing 20 or 8 samples per category to use as the domain data, are quite different data preparation methods with different experiment results. | Methods | Results (amazon to webcame) | | :------: | :------: | | fine-tuning Alexnet (full-training) in *Pytorch* | Around 51% | | DDC ( pretrained Alexnet with adaptation layer and MMD loss) in *Pytorch* | Around 56% | # Future work - [ ] Write data loader using *down-sample* protocol mentioned in the paper instead of using *full-training* protocol. - [ ] Considering trying a tensorflow version to see if frameworks can have a difference on final experiment results. # Reference Tzeng E, Hoffman J, Zhang N, et al. Deep domain confusion: Maximizing for domain invariance[J]. arXiv preprint arXiv:1412.3474, 2014.
2021-09-12 09:15:40 149.77MB domain confu
1
作者提出了一个统一的无监督对抗域适应性框架,分别对三基本模型、是否权值共享、损失函数设计选择做出来讨论。dversarial-discriminative-domain-adaptation
2021-09-10 19:03:14 23KB 迁移学习
1
TJU-DHD数据集(物体检测和行人检测) 这是“ ”的官方网站,这是一个新建的用于目标检测和行人检测的高分辨率数据集。 115k +图像和700k +实例 场景:交通和校园,任务:物体检测和行人检测 高分辨率:图像分辨率至少为1624x1200像素,物体高度从11像素到4152像素。 多样性:外观,比例,照度,季节和天气差异很大 行人检测的跨场景评估和同场景评估 如果您对行人检测感兴趣,请参阅或。 目录 2.1 2.2 3.1 3.2 4.1 4.2 4.3 TJU-DHD行人 引文 测试集评估 接触 1.简介 在自动驾驶汽车和视频监控的感知模块中,车辆,行人和骑行者是最重要和最有趣的对象。 但是,检测这种重要物体(尤其是小物体)的最新性能远远不能满足实际系统的需求。 大规模,丰富多样的高分辨率车辆和行人数据集在开发更好的目标检测方法以满足需求方面起着重要作用。 从网站收集的
1
基于流密码加密的密文域可逆信息隐藏代码,属于张新鹏老师一篇论文中算法的实现,利用流密码加密加密图像,然后进行信息嵌入与提取,可完全恢复原始图像
2021-09-04 21:06:35 7KB 密文域可逆信息隐藏
1
重要说明:此基本项目适用于使用golang来显示ddd( ),请记住,根据作者的不同,ddd可以以多种方式实现! 网络服务餐厅 WS用于获取食物和订单。 开始 :rocket: 1. Clone this project -> https://github.com/andresgaviria2020/go-ddd.git 2. Make sure port 8080 is not busy. 3. go get all 4. go run main.go 前提条件 :clipboard: 必须安装-> 依存关系 :handshake: 导入:所有依赖项都将注册并可以使用所有依赖项,但是所有未使用和导入的依赖项都应从mod文件中删除 [github.com/gin-gonic/gin] Gin是一个用Go(Golang)编写的Web框架。 它具有类似于martini的API,其性能比httprouter快40倍。 如果您需要性能和良
2021-08-31 18:38:28 6.78MB mysql golang ddd swagger
1