Coder Social home page Coder Social logo

contour-detection-pytorch's People

Contributors

captanlevi avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar  avatar

contour-detection-pytorch's Issues

Targets used for the model?

Hi @captanlevi

I have encountered one more doubt while trying to use my own dataset.

"targets_path" : "./SegmentationObjectFilledDenseCRF",

From the mentioned code I understand that the targets to the model are the segmented images not the improved_contours (extracted from the given script). In this case how does the model learns to predict specific boundary for a given object? And where exactly these extracted contour images (improved_contours) are used. Because I don't see anywhere its used.

Thanks again

Constant loss after 5 iterations

Hi @captanlevi

Thanks again. I was successfully able to start the training. However, the loss value becomes constant after 5 iterations. Could you please suggest me some possible solutions that I can try?

Thanks in advance

RuntimeError: Given groups=1, weight of size [64, 3, 3, 3], expected input[2, 224, 224, 3] to have 3 channels, but got 224 channels instead

Hi @captanlevi

I had the issue with the multiprocessing as mentions in this. And I followed your suggestion to create a dataloader without mutliprocessing. But I end with the mentioned error in below line.

x = self.vgg[0](x)

I am using (224, 224) as image size. Could you please suggest me what I should be checking when I have this error?
Thanks in advance

make_results.py is missing

Hi again,
I could train successfully, but for evaluation step, you mentioned that there is make_results.py which should be run. But, there is no such python file in your repository. Is there any?

Thank you!

I want "make_result.py"

Hi thank you for your help

because of you, I train my own model successfully

I want to evaluate models but there is no "make_result.py" so can I get that?

KeyError: 'model_save_path' error

hi your code is very useful for me! thank you for your kind and smart

I wanted to train the autonomous vehicle data, so I tried to train 7000 pieces of data, but first I trained only 181 pieces of data to match the name with train.txt.
but I got some problem KeyError: 'model_save_path' error can I help you?
error

Problem of Q.put

Hello, thank you for your great code.

I have some problem about 'Q' which loads data.
It can't put data (Q.put doesn't work), so in start_training, shared_Q is always empty.
I don't know why it doesn't work even though I think both image and text files exist.

image

Have you ever had a problem like this or can you help me?
Thank you again :)

DenseCRF refined segmantation maps for PASCAL-2012 dataset

Thank you for sharing your work!
I am interested in applying this model. In Readme it is said: Download the DenseCRF refined segmantation maps for PASCAL-2012 dataset. And place them in SegmentationObjectFilledDenseCRF folder.

Could you please let me know where can I find it?

Segmentation maps for Pascal - 2012?

Hi @captanlevi

Thanks for the great work. I can access the segmentation maps for Pascal-2012 dataset from kaggle. But the segmentation object folder contain just 2931 images, where can I access the other images? Original images are around 17k.

Thanks in advance

Killed: 9

Hi author,

When I run the pre_train model as the instruction, why my program raised error:
(base) MacBook-Pro-cua-Do:Contour-Detection-Pytorch-master doxuanlong$ python3 ContourDetector.py a_58_2.jpg
Killed: 9

All the thing I changed is that I want to save the image instead of showing the image, so I changed:
plt.imshow(res)
plt.close()

to become
plt.imsave('test.jpg',res)

Thanks

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.