Giter VIP home page Giter VIP logo

3d-object-classification-demo-multiview's Introduction

Demo rgbd object classifier

running model: fully connected to fuse views in a ring, average voting (no attention), square ring setting:

class_score = test_score

class_score = class_score.reshape(-1,N_RING,20)

arg_mean = np.mean(class_score,1)

preds = np.argmax(arg_mean,1)

to run:

  • install xvbf (x virtual frame buffer) (if use a headless linux instance)

  • trimesh

  • tf & pytorch.

files:

app.py: main app server

classìfy model: input 26 imgs, output class scores.

extract_feature: extract resnet-50 2048-d for each imgs.

render_26: render 26 colored view around the objects.

screenshot

Alt text

3d-object-classification-demo-multiview's People

Contributors

mint44 avatar

Stargazers

xiaofeixian avatar

Watchers

James Cloos avatar  avatar

3d-object-classification-demo-multiview's Issues

Vulnerability report

We are a group of researchers from Leiden University, and we conduct research on vulnerabilities in open-source software. We have discovered and verified a high-severity vulnerability in your project(ngocminhbui/3d-object-classification-demo-multiview). Explaining the vulnerability further in this issue could allow malicious users to access details, so we recommend enabling private vulnerability reporting on GitHub to discuss this matter confidentially.
After you have enabled this feature, please add a comment to this issue so we can continue our discussion. If you have any questions, feel free to leave a reply here or send an email to: j.akhoundali [at] liacs.leidenuniv.nl

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.