Git Product home page Git Product logo

Comments (8)

timojl avatar timojl commented on August 15, 2024 2

Thanks for the question! Training is implemented in train_loop in experiment_setup.py with the training configuration being specified in experiments/phrasecut.yaml.
We plan to describe training in more detail later.

from clipseg.

soskek avatar soskek commented on August 15, 2024 1

BinaryIoU is missing in metrics.py

from clipseg.

timojl avatar timojl commented on August 15, 2024 1

@soskek Thanks for pointing this out. We will address these issues when we update the codebase.

from clipseg.

soskek avatar soskek commented on August 15, 2024

Thank you!
Iā€™m looking forward to using the full codebase!

from clipseg.

soskek avatar soskek commented on August 15, 2024

I wrote some missing features for reminders.


e.g. madpack (?) may be missing.

https://github.com/timojl/clipseg/blob/master/datasets/phrasecut.py#L2

from madpack.transforms.spatial import random_crop_slices

from clipseg.

soskek avatar soskek commented on August 15, 2024

TrainingLogger in general_utils.py seems broken or old.

https://github.com/timojl/clipseg/blob/master/experiment_setup.py#L162

    with TrainingLogger(log_dir=config.name, interval=150, model=model, config=tracker_config, utilization_iters=500) as logger:

caused

TypeError: __init__() got an unexpected keyword argument 'interval'

and

AttributeError: __enter__

from clipseg.

qiulesun avatar qiulesun commented on August 15, 2024

@timojl Could you provide training command to reproduce results ?

from clipseg.

timojl avatar timojl commented on August 15, 2024

The code base has been updated. Training and evaluation should be straightforward now and the problems pointed out by @soskek (thanks, again) should be resolved.

from clipseg.

Related Issues (19)

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.