CalorieEstimation
CalorieEstimation copied to clipboard
not able to run learn.py script
Hello,
I clone your project and tried to run learn.py script, but getting followinng error
$ python learn.py
Traceback (most recent call last):
File "learn.py", line 3, in
Also have some question regarding how to use this project
- From where it will fetch image?
- Can you provide proper step to run it correctly with example
Let me know if your need more detail
medianBlur
function maybe different if you use new opencv-python
package. Please check opencv
documentation. And you do not need to fetch images. If you want to run this porject, you should read readme and run script_faster_rcnn_VOC2007_ZF.m
for training stage. All the image dataset can be downloaded from my another repo.