GithubHelp home page GithubHelp logo

ace19-dev / mvcnn-tf Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 0.0 259 KB

Basic reference for Multi View Classification - mvcnn

License: Apache License 2.0

Python 100.00%
multi-view-cnn modelnet retrieving-images group-view-cnn tensorflow resnet-18 deep-metric-learning

mvcnn-tf's Introduction

MVCNN

Data

Quick Start

  • prepare multi-view image
  • train.py

Evaluation

  • eval.py

Retrieval

  • deep metric learning
  • extract features by train.py
  • prepare query/gallery sources
  • retrieve.py

TODO

  • improve retrieval module.
  • balanced sampling batch.

Notice

  • The network architecture used in our experiments is relatively shallow to allow for fast training and inference.

References from

mvcnn-tf's People

Contributors

ace19-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mvcnn-tf's Issues

version problems

when i am trying run the code,i faced some problems:
Traceback (most recent call last):
File "D:/Project/mvcnn-tf/train.py", line 9, in
from utils import train_utils
File "D:\Project\mvcnn-tf\utils\train_utils.py", line 19, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'

my tensorflow version is 2.0
when my version changed 1.12.0,i faced problems like:
Traceback (most recent call last):
File "D:/Project/mvcnn-tf/train.py", line 352, in
if tf.io.gfile.exists(FLAGS.train_logdir):#判断目录是否存在
AttributeError: module 'tensorflow._api.v1.io' has no attribute 'gfile'

i don't know how to solve,thank you

About code content

Thank you so much for sharing, but I have a problem, could you please help me solve it?
In train.py, there is " training_tf_filenames = os.path.join(FLAGS.dataset_dir, 'train.record')" what does train.record means? The name of folder? Or a list contains all the names of data inside this path?

tf.compat.v1 has no attribute'v1'

Thanks your work,I met this problem:
reuse=tf.compat.v1.AUTO_REUSE,
AttributeError: 'module' object has no attribute 'v1'
How I solve this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.