Giter VIP home page Giter VIP logo

rvld's People

Contributors

dongkwonjin 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

Watchers

 avatar  avatar

rvld's Issues

Dataset issue

Thanks for your contribution on new dataset.
But i have a question:
The label folder /OpenLane-V/label/training/ contains 450 clips, each containing a maximum of 199 images and a minimum of 5 images,
But the file /OpenLane-V/list/datalist_video_training.pickle contain 622 clips, each containing a maximum of 199 images and a minimum of 1 images. And both folders contain the same total of 68143 images.
Why split 450 clips into 622?

关于`classifier.eval()`的疑问

感谢您优秀的工作。
在代码中我看到self.model.classifier.eval(),请问处于什么考量不训练classifier呢?

    def finetune_model(self):
        val1 = True
        val2 = False

        for param in self.model.regressor.parameters():
            param.requires_grad = val1  #
        for param in self.model.offset_regression.parameters():
            param.requires_grad = val1
        for param in self.model.deform_conv2d.parameters():
            param.requires_grad = val1
        for param in self.model.classifier.parameters():
            param.requires_grad = val2
        if val1 == False:
            self.model.regressor.eval() 
            self.model.offset_regression.eval()
            self.model.deform_conv2d.eval()
        if val2 == False:
            self.model.classifier.eval()

VIL100

Great work on your project! However, I cannot find the txt folder under the VIL100 dataset, which is used in your program(/RVLD/VIL100/txt/anno_txt/). Where should I find this folder or generate it?

Coefficient map

Great work on your project! However, in this paper, coefficient map is only generated from probability map. I want to know if using feature map as an additional input will result in a more accurate coefficient map? Have you conducted any relevant experiments?

test

How do you test on CLRNet

Evaluating CLRNet and GANet

Thank you for your excellent work and the provided dataset.

I have a question regarding the training process of CLRNet and GANet on the OpenLane-V dataset.
I attempted to reproduce the results using your dataset, but my scores did not align with those reported in the paper.
Could you provide assistance, possibly in the form of a config file or specific settings, for training these networks?

Thank you.

pretrained_model

Thanks for your work! However, I want to ask whether the pretrained model you provided can be directly used for reproduce your performance in your paper?

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.