This repository contains code for running experiments from the following paper:
Spatially Invariant Unsupervised Object Detection with Convolutional Neural Networks.
Eric Crawford and Joelle Pineau.
*AAAI (2019).*
```
@inproceedings{crawford2019spatially,
title={Spatiial Invariant Unsupervised Object Detection with Convolutional Neural Networks},
author={Crawford, Eric and Pineau, Joelle},
booktitle={Thirty-Third AAAI Conference on Artificial Intelligence},
year={2019}
}
```
This repository and the companion repository `dps` are both likely to undergo
further development in the future. In general, we will attempt to keep the
experiments from the paper runnable, but in case something breaks, one
can always check out the `aaai_2019` branches of both repositories to obtain
the code as it was for the paper. Also, branches for both repos
named `aaai_2019_v1` preserve most of the behaviour of the original experiments,
but with significant code improvements.
### Installation
1. [Install tensorflow](https://www.tensorflow.org/install/) with [GPU support](https://www.tensorflow.org/install/gpu).
auto_yolo was developed with tensorflow 1.13.2 and CUDA 10.0; we cannot guarantee that it will work
with other versions. In particular, versions of tensorflow >= 1.14 introduce changes to the process of building custom
tensorflow ops (of which this repo has 2) which this repo has not yet adapted to.
2. `sh install.sh`
3. Install a version of `tensorflow_probability` that matches your version of tensorflow (0.6 works for tensorflow 1.13, increment by 0.1 for each 0.1 increment of tf version).
### Running Experiments
To train SPAIR on a scattered MNIST dataset:
```
cd auto_yolo/experiments/comparison
python yolo_air_run.py local
```
没有合适的资源?快使用搜索试试~ 我知道了~
TensorFlow 中空间不变注意、推断、重复 (SPAIR) 的原始实现 .zip
共109个文件
py:91个
cc:6个
txt:3个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 97 浏览量
2024-11-26
18:44:45
上传
评论
收藏 142KB ZIP 举报
温馨提示
TensorFlow 中空间不变注意、推断、重复 (SPAIR) 的原始实现。该存储库包含以下论文中运行实验的代码使用卷积神经网络进行空间不变无监督物体检测。EricCrawford 和 Joelle Pineau。AAAI(2019 年)。@inproceedings{crawford2019spatially, title={Spatiial Invariant Unsupervised Object Detection with Convolutional Neural Networks}, author={Crawford, Eric and Pineau, Joelle}, booktitle={Thirty-Third AAAI Conference on Artificial Intelligence}, year={2019}}此存储库和配套存储库dps都可能在未来进行进一步开发。一般来说,我们会尝试保持论文中的实验可运行,但如果出现问题,人们可以随时查看aaai_2019这两个存储库的分支以获取论文中的代码。此外,
资源推荐
资源详情
资源评论
收起资源包目录
TensorFlow 中空间不变注意、推断、重复 (SPAIR) 的原始实现 .zip (109个子文件)
render_sprites_ops.cc 60KB
render_sprites_ops_gpu.cu.cc 38KB
resampler_edge_ops.cc 18KB
resampler_edge_ops_gpu.cu.cc 11KB
render_sprites_ops.cc 3KB
resampler_edge_ops.cc 2KB
.gitignore 1KB
render_sprites_ops.h 3KB
resampler_edge_ops.h 2KB
LICENSE 1KB
Makefile 2KB
Makefile 2KB
README.md 2KB
README.md 177B
air.py 31KB
nem.py 30KB
generate_plots.py 29KB
networks.py 27KB
object_layer.py 27KB
core.py 24KB
yolo_air.py 18KB
algs.py 17KB
envs.py 14KB
baseline.py 12KB
test_render_sprites.py 11KB
obj_kl.py 7KB
stage2.py 5KB
render_sprites_ops.py 5KB
baseline_run.py 4KB
simple.py 4KB
yolo_air.py 3KB
resampler_edge_ops.py 3KB
air_run.py 3KB
air_v_grid_fullsize.py 3KB
fits.py 3KB
yolo_air.py 3KB
yolo_air.py 3KB
yolo_air.py 3KB
yolo_air_21x21.py 2KB
yolo_air.py 2KB
yolo_air_stage2.py 2KB
yolo_rl.py 2KB
yolo_air_load.py 2KB
yolo_air_stage2.py 2KB
air_search.py 2KB
yolo_math.py 2KB
baseline_search.py 2KB
yolo_air_search.py 2KB
inference_template.py 2KB
yolo_air_progression.py 2KB
yolo_air_load.py 2KB
yolo_air_alternate.py 2KB
yolo_air.py 1KB
simple.py 1KB
yolo_air_search.py 1KB
yolo_air.py 1KB
yolo_air_stage1.py 1KB
yolo_air_run.py 1KB
yolo_air_conv_run.py 1KB
yolo_air_stage1.py 1KB
yolo_air_run.py 1KB
yolo_air.py 1KB
simple_continue.py 1KB
yolo_continue.py 1KB
rl_search.py 1KB
baseline_run.py 1KB
yolo.py 1001B
baseline_math.py 989B
simple.py 964B
simple_math.py 962B
ground_truth_math.py 957B
simple_2stage.py 956B
yolo_air_math.py 956B
ground_truth.py 950B
baseline.py 942B
__init__.py 929B
__init__.py 929B
simple.py 925B
simple_init.py 884B
plot.py 849B
ground_truth.py 843B
yolo_init.py 831B
yolo_air_plot.py 799B
yolo_air.py 765B
air_stage2.py 714B
air_stage2.py 714B
yolo_air.py 696B
baseline_stage2.py 638B
baseline_stage2.py 638B
ground_truth_stage2.py 592B
ground_truth_stage2.py 592B
simple_stage2.py 548B
air_math.py 538B
air_stage1.py 453B
baseline_stage1.py 388B
air.py 339B
ground_truth_stage1.py 295B
simple_stage1.py 283B
run.py 246B
setup.py 202B
共 109 条
- 1
- 2
资源评论
赵闪闪168
- 粉丝: 1604
- 资源: 4236
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功