Giter Site home page Giter Site logo

kevinlin311tw / cdcl-human-part-segmentation Goto Github PK

View Code? Open in Web Editor NEW
271.0 12.0 42.0 5.81 MB

Repository for Paper: Cross-Domain Complementary Learning Using Pose for Multi-Person Part Segmentation (TCSVT20)

Home Page: https://arxiv.org/abs/1907.05193

License: Other

Python 98.50% Dockerfile 1.07% Shell 0.43%
human-parsing multi-human-parsing synthetic-data multi-person domain-adaptation keras human-pose-estimation human-understanding human-part-segmentation

cdcl-human-part-segmentation's People

Contributors

kevinlin311tw avatar

Stargazers

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

Watchers

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

cdcl-human-part-segmentation's Issues

Needed to set "allow_growth"

Just documenting this in case anyone else encounters this issue.
Built the provided dockerfile and ran python3 inference_15parts.py --scale=1 --scale=0.5 --scale=0.75

Saw E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR (among other errors) when calling model.predict.

Resolved the issue by adding the following to inference_15parts.py

import tensorflow as tf
from keras.backend.tensorflow_backend import set_session

config = tf.ConfigProto()
config.gpu_options.allow_growth = True
sess = tf.Session(config=config)
set_session(sess)

About the mIOU for CDCL+voc?

I test your provided weight-model_simulated_RGB_mgpu_scaling_append.0024.h5, but i just test the MIOU is 69.53, i am very confused with this, and can you provide your test codes?

training code

Great work!When do you realease training code?

Weights Link Down

Great work!! The model weights link is down... Could you please update it. Thank you.

LICENSE

Hi,

thank you for sharing your work.
Could you add a LICENSE file to the repo?

thanks,

Jeremy

Full part model

Amazing work. When do you think the pre-trained models with all parts will be available?

inference error

when i run "python3 inference_15parts.py --scale=1" , error happens like:

Traceback (most recent call last):
File "inference_15parts.py", line 200, in
model = get_testing_model_resnet101()
File "D:\body\body\model_simulated_RGB101.py", line 456, in get_testing_model_resnet101
C1, C2, C3, C4, C5 = ResNet101_graph(img_input, None)
File "D:\body\body\model_simulated_RGB101.py", line 250, in ResNet101_graph
x = conv_block(x, 3, [64, 64, 256], stage=2, block='a', strides=(1, 1))
File "D:\body\body\model_simulated_RGB101.py", line 208, in conv_block
x = BatchNormalization(epsilon=eps, axis=bn_axis,name=bn_name_base + '2a')(x)
File "D:\Python3.6\lib\site-packages\keras\engine\base_layer.py", line 463, in call
self.build(unpack_singleton(input_shapes))
File "D:\Python3.6\lib\site-packages\keras\layers\normalization.py", line 99, in build
str(input_shape) + '.')
ValueError: Axis 1 of input tensor should have a defined dimension but the layer received an input with shape (None, None, None, 64).

Has anyone been in the same situation like this?

Inference time

Hi, What is the inference time of the model, On what resolution and on which device has it been tested on? Could you please share these detailes?
Thanks

Can i save one by one?

2_60634_76331_1133

Like the image

If there are multiple people or overlapping, I want to save each person separately. Is that possible?

Please give me some advice

CDCL+COCO Model Weights

Hi!

Do you have a release for CDCL+COCO? I would love to use and cite your research but without access to the synthetic training data or model weights I am a bit stuck.

Thank you!

Synthetic data

Hi,
thanks for sharing the great insight. Taking advantage of synthetic data to promote performance on real data is realy thoughtful!
Many readers are waiting for the scripts to generate the sysnthetic data and also the training code. Please kindly share it so that the community can benefit from your cutting-edge works. Thank you.

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.