Code Monkey home page Code Monkey logo

realestate10k_downloader's Introduction

realestate10k_downloader's People

Contributors

cashiwamochi 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

Watchers

 avatar

realestate10k_downloader's Issues

how to use your code? Some problems

  1. I use generate_dataset.py for download video, I find a small problem that in your code "if videoname_candinate.split('.')[-2] == '/current_' + mode" should change like "if videoname_candinate.split('.')[-2] == '/current_' + mode or videoname_candinate.split('.')[-2] == '\current_' + mode:" for the reason that window file path splitter is "\";
  2. I find youtube video download failure rate pretty high, has any method to improve it?
  3. I also tried your visualizer.py, it' will show a three-dimensional coordinate axis and two of planes have much side-by-side arrows, what's the meanings of it? would you give me introduction?
    Thanks a lot!

missing test split

hi,

I downloaded the dataset using the provided linked but the test split is missing. Where can I find it?

Best,
Shengyu

How large is the training set of RealEstate10K dataset

Hello,
Thanks for your code ! I would like to ask the size of the training images after running your code thorugh the training set. you mentioned that is a huge number but would you share how much TB it would be. I am asking to buy additional hard drive for it.

local variable 'videoname' referenced before assignment

After exec python3 generate_dataset.py train :

[INFO] Loading data list ... Done!
[INFO] 200 movies are used in train mode
[INFO] Start downloading 200 movies
[INFO] Downloading https://www.youtube.com/watch?v=KeXr_qWVbiU
Traceback (most recent call last):
File "generate_dataset.py", line 171, in
isOK = downloader.Run()
File "generate_dataset.py", line 139, in Run
process(data, 0, videoname, self.output_root)
UnboundLocalError: local variable 'videoname' referenced before assignment

Resolution of the extracted frames is small

Hi, thank you so much for the code!
The code worked for me and I was able to extract frames from the urls. But I notice that the frames have resolution 144x176 (even without the resize condition at line 60 in generate_dataset.py. However, I believe the original frames should have resolution 576x1024.

I think the downloaded video itself is at this smaller resolution- this I inferred from the ffmpeg narration that is displayed during the video-to-frames conversion process. Can you help me here? I would like the frames at full resolution

image

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.