Ali Massah Kaini

Results 15 issues of Ali Massah Kaini

I've tried test m`ainimprovementcolor.py` but in line 158 I got this error: ``` tracking r_max tracking d_max tracking t tracking r_max tracking d_max tracking t tracking r_max tracking d_max tracking...

When i wanted to load model this error occurred: `KeyError: "The name 'images:0' refers to a Tensor which does not exist. The operation, 'images', does not exist in the graph."`...

When i wanted to load model this error occurred: `KeyError: "The name 'images:0' refers to a Tensor which does not exist. The operation, 'images', does not exist in the graph."`...

I've tried to write demo code but I got stuck how to interpreter output of network: ``` import argparse import os import cv2 import numpy as np import torch import...

I create setup.py for toech version like this: ``` import os import glob import torch from torch.utils.cpp_extension import CUDA_HOME from torch.utils.cpp_extension import CppExtension from torch.utils.cpp_extension import CUDAExtension from setuptools import...

How can I test models on normal RGB images?

I tried to test your model with my images and wrote some code but result is awful ! can you check and say what is my mistake? First i add...

i want build caffe-rfcn on windows 10. i build caffeproto and caffe successfully but cant build caffe.bin. when i try build caffe.bin this error occur: ``` 1>------ Build started: Project:...

You won't have plan to release pre trained models?