Kiana Alikhademi, Ph.D.
Kiana Alikhademi, Ph.D.
I also have the same problem. my data is as follows: score 0/1 label value 0/1 sex object race object age_category object
I have the same problem after installing aif360 using [all] command. Do you find any solution for this?
I installed it using same command (pip install 'aif360[all]'). I also downloaded the repo folder for aif360 and put it in the same directory but the error "No module named...
I have the same issue. I train without any problem with loss around 200 but when I run detect.py it shows the message no box detected which means there is...
Hi, I am using the Persim module to produce the persistent image based on the diagrams generated by RIPS (https://github.com/scikit-tda/ripser.py). `rips = Rips(maxdim=0) dgms = rips.fit_transform(data) plot_diagrams(dgms, show=True) pim =...
I have the same problem to train it with the tfrecord files of my custom dataset. Does anyone know any solution?
I am also training with one class. I did not encounter any problem during the training but when I ran detect.py there is no detection for picture which I know...
Hi everyone, I used the instructions on the tutorial in this repo to train it on my custom pictures. I converted the darknet weight using convert.py and then used the...
I think it is important to include the negative examples without the objects. I am doing this and I did not have any problem
Thanks! I used the .tf in the detect.py and it worked but in the training .tf was not working.