Git Product home page Git Product logo

syntoreal_std's People

Contributors

weijiawu 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

syntoreal_std's Issues

Mask all the groudtruth (for target domain, the pseudo label)

ignored_polys.append(np.around(scale * vertice.reshape((4, 2))).astype(np.int32))

Sorry but I think this is really not a code that can be followed up with. In this line, the data loader for ICDAR15 masked all the predictions which troubled me for a long while :(

I'd recommend followers wait for further updates or bug fixes from the author, otherwise, you may run into random logic bugs. If you insist, be reminded to fix the above prob.

Besides, I will also release a related but not exactly re-implement of syn2real later.

Trained weights?

Thanks for your amazing work, When the trained weights will be available to test?

Where is 'network/loss_target.py' file?

Thank you for your great work!

In the training file, 'network/loss_target.py' is needed to to import Loss_target, but i cannot locate it.

Would you update that part?

Thanks.

Loss function parameters mismatch

Hi, the loss function in train() and Loss() have a different number of parameters. (5 params vs 6 params)

Besides, the Loss_target() Class is also missing (in train.py). Are you using a different loss lib other than the provided one? Thanks!

为什么不在每个训练epoch中更新pseduo label ?

为什么不在每个训练epoch中更新pseduo label ?

generate_pseduo(model, args.target_image, args.target_pseudo_positive, args.target_pseudo_negative, device)
for epoch in range(args.epoch_iter):
train( epoch, model, optimizer, train_loader_source,train_loader_target)
# 进行target domain的eval,看看指标。

可以改成以下这样吗?

for epoch in range(args.epoch_iter):
    generate_pseduo(model, args.target_image, args.target_pseudo_positive, args.target_pseudo_negative, device)
    train(epoch, model, optimizer, train_loader_source, train_loader_target)
    

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.