K M Ibrahim Khalilullah

Results 29 issues of K M Ibrahim Khalilullah

@abhinavsagar Thanks for your awesome code and documentation. I observed that you used test images as gray images during training and prediction. What about If I want to use color/rgb...

@GeorgeSeif Thanks for your awesome repository. I am training FCDenseNet-103 on my own dataset. It is fine with Crop_height and width=512, but when I change it to 1024, it gives...

I installed caffe on windows. But it gives many warnings, such as.. __C:\Users\seigyo\.caffe\dependencies\libraries_v120_x64_py27_1.1.0\libraries\include\google/protobuf/message_lite.h(247): warning C4267: 'return' : 'size_t' ?? 'int' ?????????????????????????? [D:\Installation\Caffe\MyProject\caffe\build\tools\upgrade_solver_proto_text.vcxproj] D:\Installation\Caffe\MyProject\caffe\include\caffe/util/io.hpp(53): warning C4244: '??' : 'uint64_t' ?? 'int'...

Thank you very much for your nice repo. How can I increase the resolution? According to your documentation: _"from the 7-scenes dataset into a 405 x 264 x 289 projective...

Thanks for your good repo. Would provide the notation of your 4x4 rigid transformation matrix? It will easier to understand, what they are? or any other link?

@GaelVaroquaux @ogrisel @tomMoral Thank you very much for the awesome repo. I am going to apply parallel processing. I am facing problem with the output. As for example: ``` def...

@karolzak Thank you very much for your awesome repo. I am using you code for getting patches and reconstructing from patches, but it produces the following error: When I use...

bug

@avanetten I would like to train different sizes of sliced images. Not only 416, or 544. It maybe mixed with 416 and 544, or other. How can I do it?...

I am trying to use ExtractEuclideanClusters using pclpy. Is there any example here? Thanks

Thanks for the latest repo. Sometimes it produce this error: UserWarning: The {}th input requires gradient and is not a double precision floating point or complex. This check will likely...