Giter Site home page Giter Site logo

running with an error about edge-connect HOT 6 CLOSED

knazeri avatar knazeri commented on August 15, 2024
running with an error

from edge-connect.

Comments (6)

Haoyanlong avatar Haoyanlong commented on August 15, 2024

Can you load the pretrained model in places2, I have a bug when load the pretrained model.

from edge-connect.

yuxiaoleipeng avatar yuxiaoleipeng commented on August 15, 2024

Can you load the pretrained model in places2, I have a bug when load the pretrained model.

yes, do you have qq or wechart? but i can't load the image data

from edge-connect.

knazeri avatar knazeri commented on August 15, 2024

@yuxiaoleipeng Our model is trained using an extra irregular mask dataset which you need to download. You do not need edge dataset unless you want to train the model using external edge information. Please follow my comment here to download and create mask dataset:
#11 (comment)

from edge-connect.

Haoyanlong avatar Haoyanlong commented on August 15, 2024

Can you load the pretrained model in places2, I have a bug when load the pretrained model.

yes, do you have qq or wechart? but i can't load the image data

@yuxiaoleipeng The input data of network contains three iterms, the image with mask , the edge image of original image(gained by edge detector(cv2.Canny)) and mask image when you train the model. You must generate edge image of original image by Canny before training.

from edge-connect.

knazeri avatar knazeri commented on August 15, 2024

@Haoyanlong If you consider Canny as the source of edge information, our model automatically extracts them from the training data using skimage canny edge detector:

return canny(img, sigma=sigma, mask=mask).astype(np.float)

If you want to explore other edge detecting systems, then you need to generate them before training.

from edge-connect.

Haoyanlong avatar Haoyanlong commented on August 15, 2024

OK, thank you very much!I see.

from edge-connect.

Related Issues (20)

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.