https://github.com/stared/mccollough
McCollough effect with different shapes
https://github.com/stared/mccollough
Last synced: about 2 months ago
JSON representation
McCollough effect with different shapes
- Host: GitHub
- URL: https://github.com/stared/mccollough
- Owner: stared
- Created: 2019-07-17T15:05:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T06:06:08.000Z (over 5 years ago)
- Last Synced: 2025-06-04T22:29:01.706Z (10 months ago)
- Language: Vue
- Homepage: https://p.migdal.pl/mccollough/
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# McCollough effect with different shapes
Vide my [Dreams, drugs & ConvNets](https://medium.com/@pmigdal/dreams-drugs-convnets-ae7ed6ad50a5) and [Exploring human vs machine learning (one blogpost at a time)](https://p.migdal.pl/2019/07/15/human-machine-learning-motivation.html) for a wider context. I am interested in retraining low-lever layers in our OWN neural networks. It is curious, and may shine light on how biological neural networks learn.
* [McCollough effect - Wikipedia](https://en.wikipedia.org/wiki/McCollough_effect)
* [McCollough fffect](https://michaelbach.de/ot/col-McCollough/index.html) - the current one I suggest for using
* [McCollough Effect - The Illusion Index](https://www.illusionsindex.org/ir/mccollough-effect) - an overview with numerous references
I create this one to try different patterns that horizontal and vertical bars.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Deploy to GitHub pages
First, install [push-dir](https://www.npmjs.com/package/push-dir). Then:
```
npm run build; push-dir --dir=dist --branch=gh-pages --cleanup
```
See [Deploy Vue to GitHub pages-the easy way!](https://medium.com/@codetheorist/vue-up-your-github-pages-the-right-way-955486220418). You need to set relative paths in `vue.config.js`.
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).