Faranak Shamsafar
Faranak Shamsafar
Actually, I want to do the interpolation along the channel dimension. Namely, the input data is `[B, C, H, W]` and I wish to get non-integer values at 1/4 integer...
Great! Thanks! So, basically but a snippet of code similar to the one below, I guess I will get all the data information at 1/4 of the channel dimension. Am...
Hi and thank you for your reply. I am using Ubuntu 16.04. I ran the commands per your suggestion. Again, I am having error in `sudo make install`. ``` make[2]:...
Do you mean like this? `$ sudo make install ` `[sudo] password for usrname: ` ``` Building NVCC (Device) object src/CMakeFiles/sgm.dir/sgm_generated_winner_takes_all.cu.o /bin/sh: 1: cd: can't cd to /rahome/usrname/codes/libSGM/src/CMakeFiles/sgm.dir src/CMakeFiles/sgm.dir/build.make:126: recipe...
Thank you very much for your help. It proceeds more with only `make`! Now, it stops here: ``` [ 66%] Building CXX object sample/image/CMakeFiles/stereo_test.dir/stereosgm_image.cpp.o [ 71%] Linking CXX executable stereo_test...
Thank you for your reply. Yes, I think the problem is with my default and old OpenCV lib. I am trying to update the OpenCV. Now, it has some error...
> ```python > /numberplate/train/coco_numberplate.json" > image_root = "/var/www/centermask2/datasets/numberplate/train" > ``` Is it required to include the .npy files of the masks in the train folder? I am confused here; when...
> Hi there! Thanks of the amazing repository. > > I tried training my model with custom data (following `detectron2` [guidelines](https://detectron2.readthedocs.io/tutorials/datasets.html)) with annotation masks encoded in RLE. I also used...