Giter VIP home page Giter VIP logo

coarse-fine-networks's People

Contributors

kkahatapitiya 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

coarse-fine-networks's Issues

Hardware requirements to train/test

Could you please mention the hardware setup (number of GPUs and type of GPUs) you used to train/test the models and the time taken to train the models (per epoch)?

Thanks in advance!

Where to set number of frames

Hello,
I recently read your paper and it states that for "Charades dataset, we configure our network to use T = 64,
T= 128 and α = 1/4."
Could you point me to where in the code the number of frames are set to 128?

I've only seen the frames parameter being set to 80 in:

  • train_fine.py on line 57 (80x4)
  • extract_fineFEAT.py on line 61
  • train_coarse_fineFEAT.py line 60 (80x4)

Would you mind clarifying why the value is 80?
I'm trying to train my own dataset and would like to make sure I adjust the number of frames at the correct points in the code. I would greatly appreciate it if you could point me in the right direction :)

frame-mAP or video-mAP?

Hi. It's me again.
In your paper and code, mAP was used for performance comparison.

  1. Is it frame-mAP? or video-mAP?
  2. Do you have any plans to add another one?

Thanks.

Reproduce the numbers you reported

Hi @kkahatapitiya ,

Thank you in advance for your excellent work!
As you mentioned in your README.md: "use this evaluation script to reproduce our reported numbers."

I want to know where I can get your results (such as this "test_submission_localize.txt", which is required by "Charades_v1_localize.m"), because I want to reproduce the numbers you reported.

I'm looking forward to your reply!

Thanks

ValueError: num_samples should be a positive integer value, but got num_samples=0

Hi, again. :)
I'm still in python train_fine.py -gpu {gpu_num}

dataset size:0
Traceback (most recent call last):
File "train_fine.py", line 269, in
run()
File "train_fine.py", line 86, in run
dataloader = torch.utils.data.DataLoader(dataset, batch_size=batch_size, shuffle=True,
File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 262, in __init__
sampler = RandomSampler(dataset, generator=generator) # type: ignore
File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/sampler.py", line 103, in __init__
raise ValueError("num_samples should be a positive integer "
ValueError: num_samples should be a positive integer value, but got num_samples=0

I downloaded Charades dataset(Charades_v1_rgb.tar 76GB) and unzipped it. However, dataset size is still zero.

What can I do?

+) Plus, extract_fineFEAT.py also has import videotransforms.

ModuleNotFoundError: No module named 'videotransforms' and 'loss_utils'

Hi
I'm just trying to run this code.
However, I faced to some module error from the first train code,
python train_fine.py -gpu {gpu_num}

File "train_fine.py", line 22, in <module>
   import videotransforms
ModuleNotFoundError: No module named 'videotransforms'
File "/workspace/Coarse-Fine-Networks/x3d_fine.py", line 7, in <module>
    import loss_utils
ModuleNotFoundError: No module named 'loss_utils'

Would you explain how to solve the error?

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.