All Projects → naturomics → Scan Tensorflow

naturomics / Scan Tensorflow

Licence: apache-2.0
A Tensorflow implementation of DeepMind's Symbol-Concept Association Network(SCAN: Learning Abstract Hierarchical Compositional Visual Concepts)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scan Tensorflow

barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (+10.26%)
Mutual labels:  scan
Meerkat
A collection of PowerShell modules designed for artifact gathering and reconnaisance of Windows-based endpoints.
Stars: ✭ 284 (+628.21%)
Mutual labels:  scan
Dedecmscan
织梦全版本漏洞扫描
Stars: ✭ 475 (+1117.95%)
Mutual labels:  scan
Saraff.Twain.NET
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
Stars: ✭ 74 (+89.74%)
Mutual labels:  scan
Overwatcheat
Free, open-source undetected color cheat!
Stars: ✭ 180 (+361.54%)
Mutual labels:  scan
Lbxscan
A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
Stars: ✭ 3,133 (+7933.33%)
Mutual labels:  scan
FileBasedMiniDMS
This php script sorts your documents (by using hardlinks) into subfolders based on the hashtags it finds in your documents filenames.
Stars: ✭ 35 (-10.26%)
Mutual labels:  scan
Wpscan
WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites.
Stars: ✭ 6,244 (+15910.26%)
Mutual labels:  scan
Whc scanunreferenceimagetool
扫描项目里没有使用的图片工具,删除没有引用的图片以减小打包体积 Scanning project does not use images in tool, delete without reference images to reduce the packaging volume
Stars: ✭ 279 (+615.38%)
Mutual labels:  scan
Bottleneckosmosis
瓶颈渗透,web渗透,red红队,fuzz param,注释,js字典,ctf
Stars: ✭ 368 (+843.59%)
Mutual labels:  scan
scan
SCAN: Learning Abstract Hierarchical Compositional Visual Concepts
Stars: ✭ 54 (+38.46%)
Mutual labels:  scan
censys
Python code to query the Censys public scan database.
Stars: ✭ 133 (+241.03%)
Mutual labels:  scan
Whc scan
高效强大扫描分析iOS和Android项目里没有使用的类Mac开源工具,清理项目垃圾类,让项目结构干净清爽,升级维护得心应手. Efficient and powerful scanning analysis iOS and Android project no classes used in Mac open source tools, cleaning rubbish class project, make project structure clean and relaxed, upgrade maintenance
Stars: ✭ 342 (+776.92%)
Mutual labels:  scan
FofaMap
FofaMap是一款基于Python3开发的跨平台FOFA数据采集器,支持网站图标查询、批量查询和自定义查询FOFA数据,能够根据查询结果自动去重并生成对应的Excel表格。另外春节特别版还可以调用Nuclei对目标进行漏洞扫描,让你在挖洞路上快人一步。
Stars: ✭ 118 (+202.56%)
Mutual labels:  scan
Security Code Scan
Vulnerability Patterns Detector for C# and VB.NET
Stars: ✭ 550 (+1310.26%)
Mutual labels:  scan
r scan
📷🖨Flutter二维码&条形码扫描插件,支持相机、文件、链接、Uint8List类型扫描
Stars: ✭ 108 (+176.92%)
Mutual labels:  scan
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (+651.28%)
Mutual labels:  scan
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+2174.36%)
Mutual labels:  scan
Openvas Docker
A Docker container for Openvas
Stars: ✭ 596 (+1428.21%)
Mutual labels:  scan
Loopy
A code generator for array-based code on CPUs and GPUs
Stars: ✭ 367 (+841.03%)
Mutual labels:  scan

SCAN in Tensorflow

Gitter Contributions welcome License

A Tensorflow implementation of DeepMind's Symbol-Concept Association Network (SCAN: Learning Abstract Hierarchical Compositional Visual Concepts).

SCAN is a framework for learning concepts paired with visual primitived. By teaching logical operators to SCAN, it even can learn to imagine new concepts from logical operators. See the paper and DeepMind blog for more details.

SCAN model architecture

Usage

Prerequisites

This is my configuration, other versions might work, too. If don't, let me know.

It is worth mentioning that the origin DeepMind Lab repo hasn't been updated for months, and it doesn't support python3. On the other hand, I'm used to work on my Gentoo Linux with Python3. In order to make it work, I have forked this repo to my github and make it Gentoo and python3 supportable. If you are also using an unsupported platform or environment, see here for details.

Instructions for runing

$ git clone https://github.com/naturomics/SCAN-tensorflow.git
$ cd SCAN-tensorflow
$ python main.py

Results

Author

Naturomics Liao - @naturomics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].