Coder Social home page Coder Social logo

Comments (6)

hirokatsukataoka16 avatar hirokatsukataoka16 commented on July 19, 2024 2

Hi @greeneggsandyaml ,

Thanks for your comments.

[How large is the dataset?]
In our observation, FractalDB-1k (1k categories / 1k instances) is 13GB. You can download the dataset the linked page.
https://hirokatsukataoka16.github.io/Pretraining-without-Natural-Images/#dataset

[how long does it take?]
In terms of the rendering time, we can render 1 or 2 days without fractal category search. Did you try to render the fractal images with multi-thread execution? You can use the command in the execution file ( https://github.com/hirokatsukataoka16/FractalDB/blob/main/exe.sh ) instead of single-thread programming as follows.

# Multi-thread processing
for ((i=0 ; i<40 ; i++))
do
    python fractal_renderer/make_fractaldb.py \
        --load_root='./data/csv_rate'${fillrate}'_category'${numof_category}'_parallel/csv'${i} \
        --save_root='./data/FractalDB-'${numof_category} --image_size_x=${imagesize} --image_size_y=${imagesize} \
        --iteration=${numof_ite} --draw_type=${howto_draw} --weight_csv='./fractal_renderer/weights/weights_'${weight}'.csv' &
done
wait

[how did you train your classification model?]
We have assigned a simple CNN training which is similar to ImageNet training. However, the normalization is different from the standard mean pixel value. Especially in the ImageNet mean pixel value, we replaced from (123,117,104) to (127, 127, 127). At this moment, we are preparing to share our codes in pre-training/fine-tuning and their weights.

from fractaldb-pretrained-resnet-pytorch.

greeneggsandyaml avatar greeneggsandyaml commented on July 19, 2024

Hi @hirokatsukataoka16 ,

Thank you so much for your quick and comprehensive response! I really appreciate you answering my questions in detail.

I was able to download the dataset from the link on your project page, and I'm currently exploring the dataset. I look forward to seeing your training and fine-tuning code when it is released.

I'm going to close this issue for now, and I will reply if I have additional questions.

Best,

from fractaldb-pretrained-resnet-pytorch.

hirokatsukataoka16 avatar hirokatsukataoka16 commented on July 19, 2024

Thanks, @greeneggsandyaml ,
Feel free to ask me again!

from fractaldb-pretrained-resnet-pytorch.

hirokatsukataoka16 avatar hirokatsukataoka16 commented on July 19, 2024

Hi @greeneggsandyaml ,

I updated the repository including codes for pre-training and fine-tuning.

from fractaldb-pretrained-resnet-pytorch.

greeneggsandyaml avatar greeneggsandyaml commented on July 19, 2024

from fractaldb-pretrained-resnet-pytorch.

greeneggsandyaml avatar greeneggsandyaml commented on July 19, 2024

Hello @hirokatsukataoka16,

I am had another quick question about finetuning -- how did you prepare the PascalVOC and Omniglot datasets? My understanding is that PascalVOC is usually in a multi-class classification setup and Omniglot is usually a few-shot learning setup. Did you make them into single-class classification tasks, and if so how exactly did you go about it?

Thank you so much again for the paper and repo! It's a really nice idea.

from fractaldb-pretrained-resnet-pytorch.

Related Issues (7)

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.