junqiangchen

Results 73 comments of junqiangchen
trafficstars

hi, you should write the data processing program by yourself. thank you

> 您是不是遗漏了数据集的处理过程,2012数据集是.mhd,您这训练过程变成bmp... 您好, 数据预处理这部份当时没有整理出来,不过其处理过程非常简单,可以参考我的其它项目内容,这里只有训练的网络实现。谢谢

> No, libmesh has an autotools-based build system (./configure; make; make install) so you need to use that to build it. @jwpeterson i use mingw tool build libmesh1.0 on win10...

@jwpeterson ,i use M2sys64 tool build libmesh1.6.2,and using command ./configure --prefix=d:/cjq/project/3dlib/libmesh/install --disable-metis --with-fparser=none,but when make processing,the error happened: memio.c: In function 'memio_new': memio.c:148:7: error: unknown type name 'SYSTEM_INFO' 148 |...

@jwpeterson i solve the problem from [here](https://github.com/libMesh/libmesh/issues/2890),but i get new problem CXXLD libtimpi_dbg.la libtool: error: can't build x86_64-w64-mingw32 shared library unless -no-undefined is specified make[3]: *** [Makefile:801: libtimpi_dbg.la] Error 1...

i use the configure commond,but there have C compiler cannot create executables error # ./configure --prefix=d:/cjq/project/3dlib/libmesh/install --disable-metis --with-fparser=none --disable-netcdf --disable-netcdf-4 LDFLAGS=-no-undefined configure: loading site script /etc/config.site --------------------------------------------- ----------- Configuring libMesh...

> Looks like a similar issue with MinGW was reported [here](https://github.com/strukturag/libheif/pull/29). i use make LDFLAGS=-no-undefined commond,there have another error C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: src\\fe\\.libs\\libmesh_dbg_la-fe_subdivision_2D.o: in function `libMesh::FE::inverse_map(libMesh::Elem const*, libMesh::Point const&, double, bool)': D:\cjq\project\3dlib\libmesh\libmesh-1.6.2/src/fe/fe_subdivision_2D.C:944:...

> Your last two comments seem to contradict one another... if running configure really did fail, you cannot proceed to then run "make" ... configure has to run successfully first....

> Hello, thank you for reporting your issue. Please see ["Report an Issue"](https://github.com/SimpleITK/SimpleITK#support), for a list of important information that should be included when reporting a bug. 1、load chinese path...

Hello @zivy, i try your method,my SimpleITK version is same with you,that is 1.2.0.