Van-Quang Nguyen

Results 29 comments of Van-Quang Nguyen

We can also add the name of that dimension for informative details such that the arguments inside square bracket belong to the dimension named right before. For example: **reordering** ```python...

> These are issues I see: > Concatenate looks like it does nothing (left and right parts are identical, but inputs and outputs are different) > > ```python > out...

@remisphere Your idea is really interesting to me. ```python reorder(imgs, 'batch [rg b a -> b rg] [top bottom -> top] w', rg=2, b=1, top=128, batch=10) ``` But the name...

Thanks for your reply. > For Segmentation models it is possible to use ResNet50 and Resnet101 whose weights are provided as well. Do you mean the pre-trained weights on the...

Thank you for your pointer. Indeed, I'm looking for Instance Segmentation Models like Mask R-CNN rather than Semantic Segmentation. I'm still not sure the reason why they haven't provided the...

> the problem is : FileNotFoundError: [Errno 2] No such file or directory: 'datasets/data_apex.csv' Do I have to create this file myself? i'm not sure As a novice, I sincerely...

> and there is another problem :[Errno 2] No such file or directory: '/home/ubuntu/Datasets/MEGC/process/casme2/sub09/EP17_08/img40.jpg. I know the last problem is the file path, but I can't find this problem in...

Thank you for reporting the issue. I am currently unable to run this project because I didn't keep all the dataset. I will find a way to run it if...

Thank you for reporting the issue. Have you figured it out? I will inspect the problem and inform you later.

Thanks for further information. It doesn't affect the inference as I also used 1 GPU. I haven't figured out the issue. Let me check this in details.