JANGSOONMYUN

Results 7 issues of JANGSOONMYUN

Hi, Is your work able to segment unseen objects, which are not labelled? For example, if there is a big box in the center of room, and it is not...

In your experiment, what is the accuracy of the hand-eye calibration? I'm also using intel realsense camera for calibration, but it has low accuracy. Translation error is about 1.5 mm,...

Hi, I've finished the pre-processing but there was an error occur after running "python utils/convert_bin_to_hdf5.py" > Traceback (most recent call last): > File "utils/convert_bin_to_hdf5.py", line 66, in > convert_num_to_bitfield(label_data, h,...

My system spec. i7-6700 RTX2070 8G 16 DDR4 RAM Anaconda3 python 3.6 Cuda 10.0 (because RTX gpu only supports cuda 10.0 or higher. > Traceback (most recent call last): >...

To build the specific pytorch version (branched ed02619) of this project, I followed this video: https://www.youtube.com/watch?v=sGWLjbn5cgs However, it was failed. There is the log below: https://gist.github.com/JANGSOONMYUN/a380e6876122d2cf5c1beb3aaa5d2e65 Are there any ways...

I am trying to deploy the project for C++ but it doesn't work. I just put the jit function in train.py ``` model = Model(opt) my_module = torch.jit.script(model) my_module.save("my_module.pt") ```...

Do you know any models for inpainting by masked image? The Stable Diffusion Inpainting technique involves filling masked areas using an input prompt. However, I would like to replace the...