Code Monkey home page Code Monkey logo

weakly-supervised-reinforced-multi-operator-image-retargeting's People

Contributors

zyzhouya avatar

Watchers

 avatar

weakly-supervised-reinforced-multi-operator-image-retargeting's Issues

Global feature is not used

def forward(self, retar_img, global_img=None): if global_img is None: print('Lack of global_image!') x_r = F.relu(self.bn1(self.conv5(self.vggmodel(retar_img)))) x_r = F.relu(self.bn2(self.conv6(x_r))) x_r = x_r.view(x_r.size(0), -1) x = x_r action = self.classifier(x) print('Q is:', action) return action

Hello, author. Thank you for the code. I'm a little confused , as mentioned in the paper, "The global feature is used as a reference and enables the retargeted image not to deviate too far from the original image in a fine-grained way. The size of each feature representation vector is 1600. We concatenate the two representation vectors together, And then throw them into the fully connected layer to get a three-dimensional vector." Each time the global feature is concatenated with the local feature before input to the fully connected layer. But the code only input the retargeted image to convolutional layer to extract local features, then only the local feature is input to the fully connected layer. Am I wrong to understand this?

training code

Hello, author. Can training codes be shared? My code ability is weak, I do not know how to realize the loss function part in the training process? I would appreciate it if you could share the training code with me!

checkpoint2d.pth.tar

I'm sorry to bother you again. I tried to write train.py myself, but I kept getting all kinds of errors. We really appreciate you providing your train.py. I wonder how checkpoint2d.pth.tar is trained. Thank you very much!

I'd like to ask for your help

I came from the problem of Cdvdtsp. I saw the same confusion as you,my results are the same as yours, and there is a gap with the author'sresults. I would like to ask if you have solved that problem. If you have solved it, how to solve it? Sorry to interrupt

Train and Test datasets

Hi.
Can you please share the used training and testing image sets?
The AVA dataset is 32 GB; I can't download it.

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.