XavierFlow
XavierFlow
Hi @xmyqsh, thanks for your work firstly. The code is neat and wonderful. But I wonder if you could add more info of dataset structure and how we use this...
Hi @spro , Thanks for your work. I just try your RL.ipynb, but it seems not work, below is the error. However, when I run it in terminal python (I...
Hi @michalfaber , Thank you for your shared code. Recently I try to modify your demo code and use it in REAL TIME VIDEO. But the calculation after "output" spend...
Hi @EdjoLabs, thanks first for the share. I am now doing image matching related projects. I have done one based on resnet/efficientnet, and would like to try yours. However, things...
Hi, just wanna tell you that your docker images is for python3 tensorflow but not python2. You can check it by using "pip show tensorflow", then you will find that...
Hi @avanetten , Thanks for your work. I have read some articles talking about your paper and since now I am working on traffic-sign detection (though it is a much...
https://github.com/MendelXu/MixTraining/blob/ca97b3888a660265508b4aa8ba2b84c19f298f44/src/datasets/builder.py#L15 作者你好,想请教一下 mmdetection 在使用 DALI 上是否OK?目前 DALI 有 Pytorch DataLoader 但是没有 mmdet 的,我看了一圈,github 上很少这方面的结合,想请教下你的经验,谢谢! 另,这行 import 没有找到对应的文件,请问是否已经删除了?
Hi @tiepvupsu , I am now reproducing the FISTA code based on the paper. I find out that the matrix A defined in the paper is the same as the...
Hi @tiepvupsu, I am currently learning to use Dictionary Learning and your project is very friendly for starters, thank you for your work. My question is, would you also provide...
Hi, I just wonder the difference of train script between "single_gpu" and "data_parallel", since they seem like have the same structure and module, also using the same API. By the...