jodyngo

Results 7 comments of jodyngo

Yes, I'm also looking for the pre-trained model on MobileNetv2

Please refer to below link https://github.com/haozhg/odmd/blob/b75539a3f9b1cc967b0f0d94af68e48f06983a78/matlab/OnlineDMD.m#L86

I am facing the same problems, and using cuda 11.8. Is there any suggestion ? I am using pt3 but I can not run the model without installing pointops ?

I have got similar error as below, kindly help advise me on this issue /usr/bin/ld: CMakeFiles/Test.dir/test/test_image_model.cpp.o: undefined reference to symbol 'pthread_setspecific@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line...

> In _CMakeLists.txt_ add pthread to this block of code: > > ``` > 74 target_link_libraries( > 75 Test > 76 LibSuperResolution > 77 glog > 78 gflags > 79...

> Yes, I got the same question here. I would like to test with multiple frames. > I tried testing with below command: > > bin/SuperResolution --data_path=home/thungo/Downloads/super-resolution/test_data/text\ > > however,...