jackchinor
jackchinor
hi, everyone , I have run the code successfully. But I have two question. Question 1:how to save the final net parameter and model which give the certain input picture,...
when I run the test code, I met a error: delta_s=Dense(num_classes,activation='tanh',name=f'delta_s{stage_index}')(feat_delta_s) syntaxError:invalid syntax @shamangary ,can you help me to fix it? p.s. my keras version and tensorflow verison is the...
pip install -e . Obtaining file:///home/goodix/qxg/groundtruth/pixsfm/pixel-perfect-sfm Preparing metadata (setup.py) ... done Installing collected packages: pixsfm Running setup.py develop for pixsfm error: subprocess-exited-with-error × python setup.py develop did not run successfully....
dear author, how to deal with depthwise conv replaced by octave conv at last octave conv, the num_filter and num_group doesn't match, how to merge the high_f channel and low_f...
Hi, could you share some training source or tips? I want to add layered depth refinement to depth estimation task, but don't know how to start. Thanks