Giter VIP home page Giter VIP logo

draft's Introduction

draft

ring classifier:

train file: best_shrec_models/shrec2017/ring_classifier/square_ring_classifier_v1_train_full.py

python square_ring_classifier_v1_train_full.py --config_name <your_config> --data <data_folder_path> --log_folder <log_folder_path> --learning_rate 0.00001 

Best weight (model) trained: model_best_testset.ckpt-118420.* (resume,load, default: none: --resume model_best_testset.ckpt-118420 )

ring score:

train file: best_shrec_models/shrec2017/score_net/exec_file.py (square_ring_setting)

python exec_file.py --config_name <your_config> --data <data_folder_path> --log_folder <log_folder_path> --learning_rate 0.00001 

Best weight (model) trained: model.ckpt-40273.* (resume,load, default: none: --resume model.ckpt-40273 )

fusion ring result & ring score:

code file: best_shrec_models/shrec2017/ring_classifier/combine_attention_and_class_score.ipynb

require inputs input from ring score & ring classifier:

  • ring classify score: 20 class scores for each rings. from ring classifier. ex:./shr17/s_v1/attention_eval.score.40273.0.txt
  • ring attention score: 1 scalar score for each ring. from ring score. ex: ./shr17/s_v1_fullt_train_val/model_best_testset_118420.0.score.txt

draft's People

Contributors

mint44 avatar

Watchers

 avatar  avatar

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.