An open API service indexing awesome lists of open source software.

https://github.com/taesiri/nftfoundation

Code for paper "Under the Skin of Foundation NFT Auctions"
https://github.com/taesiri/nftfoundation

nft nft-similarity similarity-search

Last synced: 5 months ago
JSON representation

Code for paper "Under the Skin of Foundation NFT Auctions"

Awesome Lists containing this project

README

          

# Code and Data for paper "Under the Skin of Foundation NFT Auctions"

[![arXiv](https://img.shields.io/badge/arXiv-2109.12321-b31b1b.svg?style=flat)](https://arxiv.org/abs/2109.12321)
[![DOI](https://zenodo.org/badge/393161479.svg)](https://zenodo.org/badge/latestdoi/393161479)

This repository contains collected data and codes for the paper "Under the Skin of Foundation NFT Auctions" [[arxiv](https://arxiv.org/abs/2109.12321)].

## NFT Images and their Embeddings

[Processed Data for Network Analysis](https://drive.google.com/file/d/1-pwI1h6tiCHMzRP63-FxrC1Eb3dQtRq1/view?usp=sharing)

[Images (Center cropped and resized to `224x224`)](https://drive.google.com/file/d/1uo1mXRRkXcrY1u1bkWj_aEsoW6M3L_7o/view?usp=sharing)

[ResNet101 Embeddings](https://drive.google.com/file/d/1teQni4MUIFxlmxnJQJGb2PmGf2GmQIZi/view?usp=sharing)

## Dependencies

Check the official instructions [here](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md), if you've encountered an issue while installing the FAISS library.

## Updates

### Jan 2nd, 2022
* Added code for network analysis

### Dec 30, 2021
* Added code for nearest neighbor search on NFT images