Closed zhanghm1995 closed 4 years ago
Hello!
Both variables are just folders to put the logs in if I remember correctly, which if you change the variable to something which fits your file system shouldn't trouble you.
Or create the folders :man_shrugging:
A lot of the code in runforrest.ipynb
are related to different configurations, logging and plotting. If you try to understand the code you should be able to run a much simpler version.
Thanks for your reply.
I have run your project successfully and got the results like in your thesis. After reading this project, I want to know what the word 'Fafe' mean? In the runforrest.ipynb
file, I found there are many variables like FafeDetections
, FafeMeasurements
and FafeConfig
and so on. I can't get the 'fafe' meaning in dictionary.
Our deep learning version github.com/erikbohnsack/etenn was called FaFe during the actual work. When it was time to formalize it in the thesis and open source code we changed the name to etenn since FaFe didn't make any sense.
Hello, thanks for your wonderful work and it's so kind of you to open source.
When I try to run your code by putting all codes in
runforrest.ipynb
file together, I found it may miss some files, such as themot/fafe/showroom/showroom_all/showroom_bev_NN/logs/log-seq
specified bylog_root
variable and themot/fafe/showroom/weights_2019-05-03_14-01_epoch_110_fafe
file specified byshowroom_fafe
variable.Could you offer some help and point out some clues to run your code to get the results like yours.
Thanks a lot.