Giter VIP home page Giter VIP logo

hevc-cu-depths-prediction-cnn's People

Contributors

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

Watchers

 avatar  avatar

hevc-cu-depths-prediction-cnn's Issues

about the Resnet architecture

Hello there,
I am recently studying on your code, the outcome of the CNN oriented network is fansinating, but I am wondering if you could show me some clues about the ResNet architecture. Is there any reference? I am currently facing the problem of training loss non-convergence, and I don't know why. Could you please give me more details about your network architecture?

HM version

Hello,

What is the version of HM you use?

mapping storage from GPU to the CPU

I need help, I am trying to reimplement the code on the cpu but I am getting this error: "RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU."
I tried to add map_loction =torch.device('cpu') after model.load_state_dict(torch.load(paft.format(LOAD_DIR)) as shown below but I am still getting the same error
model.load_state_dict(torch.load(paft.format(LOAD_DIR)),map_location=torch.device('cpu'))

Batch_size

Hello,

Batch_size=1024 in your code, it is too large. Can you tell me the value of batch_size in your actual training model? Thank you very much!

encoding time

hello,

Encoding time of using CNN didn't reduce the time, however, more than the time of using original HM. This why? I need your help. Thank you !!!

Network embedding issues

Hello, I would like to ask you how you embedded the CNN into the encoder. It would be very helpful if I could inform, I would be grateful.

Issue with vector representation

Hi,

Are the vectors depicting 4x4 blocks in the 16x16 matrix from Left to right, top to bottom?
Also, can you please provide example text files that you used in your pipeline that was read by the HM encoder.

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.