GithubHelp home page GithubHelp logo

hand-pose-for-rheumatoid-arthritis's Introduction

Hi ๐Ÿ‘‹, I'm Andrew

hand-pose-for-rheumatoid-arthritis's People

Contributors

dhecloud avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

thepowerfuldeez

hand-pose-for-rheumatoid-arthritis's Issues

About model training

Hi, thanks for you sharing the code. I trained the model as the instruction in readme, but the model I got have a poor performance on train dataset when I try to visualize the joint. Is there anything I should do besides modifying the MSRA data path before training the model?

train code error

when I run python main.py --name experiment_1 --save_dir experiments/ --batchSize 128

File "main.py", line 323, in
main(args)
File "main.py", line 144, in main
loss_train = train(train_loader, model, criterion, optimizer, epoch, args)
File "main.py", line 182, in train
for i, (input, target) in enumerate(train_loader):
File "/usr/local/lib/python2.7/dist-packages/torch/utils/data/dataloader.py", line 264, in next
batch = self.collate_fn([self.dataset[i] for i in indices])
File "/home/lxd/NET/Hand-Pose-for-Rheumatoid-Arthritis-master/pytorch/MSRADataset.py", line 51, in getitem
depth,joint = data_translate_chance(depth,joint, p = self.p)
File "/home/lxd/NET/Hand-Pose-for-Rheumatoid-Arthritis-master/pytorch/MSRADataset.py", line 185, in data_translate_chance
depth = cv2.warpAffine(depth,M,(cols,rows), cv2.BORDER_REPLICATE)
TypeError: Expected cv::UMat for argument 'dst'

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.