Giter VIP home page Giter VIP logo

rtnet's People

Contributors

oliverrensu 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

Watchers

 avatar

rtnet's Issues

测试数据是怎么组织的?

1.您好,我在测试test.py过程中发现DAVIS_dataset = RTTestDataset(dataset, 2, 384, int(384 * 1.75)),其中的dataset不知道如何组织;
2.查看RTTestDataset参数含义发现dataset为以下形式pathes使用:
for path in pathes:
file = sorted(os.listdir(os.path.join(path, "img")))
for i in file:
self.img_list.append(os.path.join(path, "img", i))
self.label_list.append(os.path.join(path, "label", i[:-3] + "png"))
self.fwflow_list.append(os.path.join(path, "flow_img", "fw_" + i[:-3] + "png"))
self.bwflow_list.append(os.path.join(path, "flow_img", "bw_" + i[:-3] + "png"))

其中的img,label等含义不是很清晰,希望能够得到您的帮助,非常感谢

CRF

您好,我发现您给出的分割结果是两种,有一种通过CRF进行了后处理,我使用您的预训练模型,可以实现未使用CRF的分割结果,但是我用CRF处理了这部分结果,效果不是特别好,我想请问一下这部分的实现细节是什么样的,十分感谢!

How to pre-train the appearance and motion stream models

Could you please provide details of training the model of appearance (spatial-R34 or spatial RX-50) and motion stream (temporal-R34 or temporal RX-50)?
At first, I tested the pre-trained whole model on our custom dataset. The results are reasonable.
out-00200

And then, I trained the Interactive model with the pre-trained spatial and temporal models on our custom dataset, the test results are still acceptable.
out-00200

But when I train the whole model from scratch with our data, the performance is pretty poor.
out-00200

About datasets

Hello, I want to know why the flipped datasets are four times larger than the original (why not twice), and whether the original data and the flipped data are input together during the training process (Thanks for providing all the training datasets if it's convenient). Also, is it possible to improve the performance by inputting forward and backward OF together? Thanks again!

Unable to train

Thanks for your excellent work. However, when I try to train the model, the training process stops at this point.
image
image

Thanks for helping me out with this issue.

dataset

I would like to know how did you get the youtube-objects dataset? ?

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.