pointconv icon indicating copy to clipboard operation
pointconv copied to clipboard

Results 22 pointconv issues
Sort by recently updated
recently updated
newest added

Dear authors, Hi, I notice that you remove BN since it may lead to overfitting on the updated ScaNet results, as described in issue [22](https://github.com/DylanWusee/pointconv/issues/22#issuecomment-557655627_). Does this mean you remove...

Hi, @DylanWusee , thanks a lot for sharing your great work, could you please share the supplementary material or give me its link?

@DylanWusee i notice that you want to do data augmentation, but the code > "#batch_data, batch_label, batch_smpw = get_batch_wdp(TRAIN_DATASET, train_idxs, start_idx, end_idx) > batch_data, batch_label, batch_smpw = get_batch(TRAIN_DATASET, train_idxs, start_idx,...

thank you for the great job. where can i found the supplementary material?

@DylanWusee @Lawrence444 Thanks for you sharing. I am curious about the feature decoding. feature_decoding_layer_depthwise is a function for depthwise conv, but feature map would lack the information of space loaction...

Hi, Thanks for sharing this work! in the paper, you said, the input is six channels, x, y, z, r, g, b. but I find in the code, it's ```...

In your paper, it said: evaluate the model with exhaustively choose all points in the 3m ⇥ 1.5m ⇥ 1.5m cube in a sliding window fashion through the xy-plane with...