Hutai

Results 6 issues of Hutai

Why I use cpu to run the eval_all.m got correct pictures of prediction, but using gpu can not get what I want that it output whole black or whole yellow...

I use your python scripts to evaluate deeplabv2 model, and I found that the segmenter.py need to be update, e.g. "self.set_input_arrays(img, label, data_dim)" should be converted to "self.set_input_arrays(img, label)" due...

How to understand the key code 'higher_order[curr_pix_index*M_+k] += (ho_param1*costdata - ho_param2*higher_order_prob);' in the function of "DenseCRF::calculate_higherorder_pot(int layer)" in the line 1270 of densecrf.cpp? And What do these four variables(ho_param1, ho_param2,...

For code: https://github.com/yqchau/Recommender-Systems/blob/main/model/CoNet/model.py#L93-L94 is it necessary to add cur_dx?